chore: github action

listed addons cannot be auto-signed
This commit is contained in:
Xmader 2020-10-30 15:33:28 -04:00
parent 5b002c89f3
commit 09f3cc95fd
1 changed files with 0 additions and 2 deletions

View File

@ -66,12 +66,10 @@ jobs:
- name: Github Release - name: Github Release
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SIGNED_WEB_EXT: ${{ steps.web-ext-build.outputs.target }}
run: | run: |
hub release create \ hub release create \
-a "musescore-downloader.user.js" \ -a "musescore-downloader.user.js" \
-a "musescore-downloader.webextension.zip" \ -a "musescore-downloader.webextension.zip" \
-a "$SIGNED_WEB_EXT" \
-m v$VERSION \ -m v$VERSION \
-t $REF \ -t $REF \
v$VERSION v$VERSION