Skip to content

Commit

Permalink
Update build_win.yml. Fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
Schildkroet committed Mar 6, 2024
1 parent a66599e commit 26249f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Zip build
working-directory: ${{ runner.temp }}
run: |
7z a candle2-build.zip ${{ runner.temp }}\build\* -r -x!*.h -x!*.obj -x!*.cpp
7z a candle2-build.zip ${{ runner.temp }}\build\* -r -x!*.h -x!*.obj -x!*.cpp -x!*.rc -x!*.stash -x!*.Debug -x!*.Release -x!Makefile
- name: Save build artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 26249f0

Please sign in to comment.