Fix path for extension package creation in release workflow
All checks were successful
Create Release / build-and-release (push) Successful in 7s
All checks were successful
Create Release / build-and-release (push) Successful in 7s
This commit is contained in:
@@ -19,8 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create extension package
|
- name: Create extension package
|
||||||
run: |
|
run: |
|
||||||
cd extension-chrome
|
zip -r sdb-audio-extractor-${{ steps.tag.outputs.VERSION }}.zip \
|
||||||
zip -r ../sdb-audio-extractor-${{ steps.tag.outputs.VERSION }}.zip \
|
|
||||||
manifest.json \
|
manifest.json \
|
||||||
popup.html \
|
popup.html \
|
||||||
popup.js \
|
popup.js \
|
||||||
|
|||||||
Reference in New Issue
Block a user