Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Mar 13, 2021
1 parent 849757a commit dce0bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Zip Example Project
run: |
cd out/
7z a -tzip GameFinder.Example.zip out/*.exe out/*.dll
7z a -tzip GameFinder.Example.zip *.exe *.dll
- name: Get Changelog Entry
id: changelog_reader
Expand Down

0 comments on commit dce0bf6

Please sign in to comment.