Commit 57cb80c 1 parent cb5bfba commit 57cb80c Copy full SHA for 57cb80c
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
55
with :
56
56
upload_url : ${{ steps.create_release.outputs.upload_url }}
57
- # asset_path: packages/qownnotes-web-companion.v20${{ env.VERSION }}.chrome.zip
58
- asset_path : packages/chrome.zip
57
+ asset_path : packages/qownnotes-web-companion.v20${{ env.VERSION }}.chrome.zip
59
58
asset_name : qownnotes-web-companion.v20${{ env.VERSION }}.chrome.zip
60
59
asset_content_type : application/zip
61
60
- name : Upload Firefox package
Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ cd "$DIR" || exit 1
9
9
# workaround for wrong 20xx version number for the Chrome extension
10
10
sed -i -e ' s/"version": "/"version": "20/g' package.json || exit 1
11
11
npm run build chrome || exit 1
12
- # remove background.scripts from manifest.json for manifest v3 for Chrome
13
- jq ' del(.background.scripts)' dist/chrome/manifest.json > /tmp/manifest.json && mv /tmp/manifest.json dist/chrome/manifest.json
14
- # create new package
15
- pushd dist/chrome && zip -r ../../packages/chrome.zip . && popd
12
+
13
+ # # remove background.scripts from manifest.json for manifest v3 for Chrome
14
+ # jq 'del(.background.scripts)' dist/chrome/manifest.json > /tmp/manifest.json && mv /tmp/manifest.json dist/chrome/manifest.json
15
+ # # create new package
16
+ # pushd dist/chrome && zip -r ../../packages/chrome.zip . && popd
16
17
17
18
# switch back to the correct version number format again
18
19
sed -i -e ' s/"version": "20/"version": "/g' package.json || exit 1
You can’t perform that action at this time.
0 commit comments