Skip to content

Commit

Permalink
build: fix zip typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 27, 2022
1 parent 44ea39e commit 3cd6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: zip
uses: montudor/action-zip@v1
with:
args: zip -qq -r vendor.zip archguard/dist
args: zip -qq -r archguard-frontend.zip archguard/dist

- name: Upload archguard to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 3cd6d2c

Please sign in to comment.