Skip to content

Commit

Permalink
Github action release
Browse files Browse the repository at this point in the history
  • Loading branch information
wrath625 committed Feb 25, 2022
1 parent 7929348 commit 8af0324
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 @@ -12,7 +12,7 @@ jobs:
- name: Install Zip
uses: montudor/action-zip@v1
- name: Archive Release
run: zip -r Biddikus-${{ github.ref_name }}-bc.zip biddikus -x *.git*
run: zip -r Biddikus-${{ github.ref_name }}-bc.zip Biddikus -x *.git*
working-directory: ..

- name: Create Release
Expand Down

0 comments on commit 8af0324

Please sign in to comment.