fix zip location

dev v0.1.1
4yn 2021-05-05 16:07:37 +08:00
parent 3097ea5235
commit 4f28d4ce45
1 changed files with 1 additions and 1 deletions

View File

@ -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')