Skip to content

Commit 1322727

Browse files
authored
Avoid uploading source code to AMO (refined-github#7751)
1 parent 82a0afd commit 1322727

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,14 @@ jobs:
7070
environment: Firefox
7171
runs-on: ubuntu-latest
7272
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-
8073
- uses: actions/download-artifact@v4
8174

8275
# Firefox https://github.com/refined-github/refined-github/issues/7477
8376
- run: npm install dot-json@1
8477
- run: npm run manifest artifact 2
8578

8679
- name: Upload build and source code
87-
run: npx web-ext@8 sign --channel listed --upload-source-code ../source.zip
80+
run: npx web-ext@8 sign --channel listed
8881
working-directory: artifact
8982
env:
9083
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}

0 commit comments

Comments
 (0)