Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan authored Jun 24, 2024
1 parent 21c34d6 commit 0ae4f04
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 @@ -49,7 +49,7 @@ jobs:

- name: ZIP artifacts to dist
working-directory: KeeAnywhere\bin\Release
run: 7za a -tzip ..\..\..\build\dist\KeeAnywhere-${{ env.version }}.zip *.* -r -x!*.plgx -x!*.pdb -x!*.xml -x!*.config -x!KeePass.*
run: 7za a -tzip ..\..\..\build\dist\KeeAnywhere-${{ env.version }}.zip * -r -x!*.plgx -x!*.pdb -x!*.xml -x!*.config -x!KeePass.*

- name: Package Chocolatey
run: |
Expand Down

0 comments on commit 0ae4f04

Please sign in to comment.