Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Aug 3, 2024
1 parent 30e5e83 commit 9c3e6a8
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 @@ -62,7 +62,7 @@ jobs:
echo "Current directory:"
pwd
echo "Creating zip file..."
zip -r ../../chrome-extension-build-${{ steps.get_version.outputs.version_app }}.zip ./*
zip -r ../chrome-extension-build-${{ steps.get_version.outputs.version_app }}.zip ./*
working-directory: build

- name: Upload artifact
Expand Down

0 comments on commit 9c3e6a8

Please sign in to comment.