Skip to content

Commit

Permalink
fix zip location
Browse files Browse the repository at this point in the history
  • Loading branch information
4yn committed May 5, 2021
1 parent 3097ea5 commit 4f28d4c
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 @@ -51,7 +51,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: montudor/action-zip@v1
with:
args: zip -qq -r brokenithm-kb.zip zip
args: zip -qq -r brokenithm-kb.zip bin

- name: Create release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 4f28d4c

Please sign in to comment.