Skip to content

Commit

Permalink
add -j option
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Aug 3, 2024
1 parent f84b32d commit 75ae12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-chrome-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "Current directory:"
pwd
echo "Creating zip file..."
zip -r ../../chrome-extension-build-${{ steps.get_version.outputs.version_app }}.zip ./*
zip -r -j ../../chrome-extension-build-${{ steps.get_version.outputs.version_app }}.zip ./*
working-directory: build

- name: Upload artifact
Expand Down

0 comments on commit 75ae12a

Please sign in to comment.