Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 authored Apr 8, 2023
1 parent a9ea8ed commit 13ab85d
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 @@ -25,7 +25,7 @@ jobs:
echo "$CRX_PRIVATE_KEY" > dist.pem
chmod 600 dist.pem
./buildcrx.sh -d dist -p dist.pem -o .
zip -r magic-copy.zip dist
cd dist && zip -r ../magic-copy.zip .
- name: Upload zip
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 13ab85d

Please sign in to comment.