Skip to content

Commit

Permalink
Merge pull request #37 from noir-neo/fix-build
Browse files Browse the repository at this point in the history
Update build-windows.yml
  • Loading branch information
noir-neo authored Aug 26, 2024
2 parents 69e07a5 + afa8186 commit e41be7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:

- name: Archive artifacts
if: github.event_name == 'release'
run: cd build && zip -r artifact.zip StandaloneWindows64
run: |
chmod -R 777 build
cd build
zip -r artifact.zip StandaloneWindows64
- name: Upload Release Asset
if: github.event_name == 'release'
Expand Down

0 comments on commit e41be7e

Please sign in to comment.