Fix path for extension package creation in release workflow
All checks were successful
Create Release / build-and-release (push) Successful in 7s

This commit is contained in:
JSC
2025-10-05 17:04:44 +02:00
parent 08d9e7dad9
commit 23eeb06f84

View File

@@ -19,8 +19,7 @@ jobs:
- name: Create extension package
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 \
popup.html \
popup.js \