File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2727 working-directory : ${{ runner.workspace }}/build
2828 run : cmake --build . --config Release
2929 - name : prepare release archive
30- if : matrix.os == 'windows-latest' # && startsWith(github.ref, 'refs/tags/v')
30+ if : matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/v')
3131 run : |
3232 cmake -E make_directory ${{ runner.workspace }}/OpenSource-windows
3333 cmake -E copy ${{ github.workspace }}/misc/hl1.cfg ${{ github.workspace }}/misc/hl2.cfg ${{ github.workspace }}/misc/hl2eps.cfg ${{ github.workspace }}/misc/hl1.bat ${{ github.workspace }}/misc/hl2.bat ${{ github.workspace }}/misc/hl2eps.bat ${{ runner.workspace }}/build/Release/OpenSource.exe ${{ github.workspace }}/README.md ${{ runner.workspace }}/OpenSource-windows
You can’t perform that action at this time.
0 commit comments