We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a0afd commit 1322727Copy full SHA for 1322727
1 file changed
.github/workflows/release.yml
@@ -70,21 +70,14 @@ jobs:
70
environment: Firefox
71
runs-on: ubuntu-latest
72
steps:
73
- - uses: actions/checkout@v4
74
- - name: Zip source code
75
- run: |
76
- git archive --output source.zip HEAD ":!safari" ":!test" ":!.github"
77
- zip -ju source.zip build/AMO_BUILD_INSTRUCTIONS
78
- unzip -l source.zip
79
-
80
- uses: actions/download-artifact@v4
81
82
# Firefox https://github.com/refined-github/refined-github/issues/7477
83
- run: npm install dot-json@1
84
- run: npm run manifest artifact 2
85
86
- name: Upload build and source code
87
- run: npx web-ext@8 sign --channel listed --upload-source-code ../source.zip
+ run: npx web-ext@8 sign --channel listed
88
working-directory: artifact
89
env:
90
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
0 commit comments