Skip to content

Commit

Permalink
ci: fix zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Apr 26, 2023
1 parent 21e5143 commit f8b7470
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 @@ -34,7 +34,7 @@ jobs:
echo "$CRX_PRIVATE_KEY" > dist.pem
chmod 600 dist.pem
./buildcrx.sh -d dist -p dist.pem -o .
cd dist && zip -r ../magic-copy.zip .
cd dist && zip -r ../magic-copy-chrome.zip .
- name: Upload zip
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f8b7470

Please sign in to comment.