Skip to content

Commit

Permalink
Exclude Release directory from zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenyx4 authored Jan 11, 2022
1 parent dc96d0b commit 0672a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Compress
run: |
Compress-Archive UltimaPatcher\bin\Release UltimaPatcher.zip
Compress-Archive UltimaPatcher\bin\Release\* UltimaPatcher.zip
dir *.zip
- name: Publish
Expand Down

0 comments on commit 0672a68

Please sign in to comment.