We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5237027 commit b4a7af0Copy full SHA for b4a7af0
.github/workflows/release.yml
@@ -16,11 +16,10 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: ./.github/actions/prepare-build
18
19
- - name: Debug
20
- run: sudo id
21
-
22
- name: Build all targets
23
- run: make build
+ run: |
+ make build
+ sudo chown -R $(id -u):$(id -g) ./build
24
25
- name: Build CRX file for chromium
26
working-directory: "./build"
@@ -37,8 +36,6 @@ jobs:
37
36
AMO_KEY: ${{ secrets.AMO_KEY }}
38
AMO_SECRET: ${{ secrets.AMO_SECRET }}
39
run: |
40
- sudo chown -R $(id -u):$(id -g) .
41
- ls -al && ls -al firefox-standalone
42
mkdir ./AMO
43
npx web-ext sign --channel unlisted --api-key "$AMO_KEY" --api-secret "$AMO_SECRET" --source-dir ./firefox-standalone --artifacts-dir ./AMO
44
mv AMO/*.xpi AMO/linguist.xpi
0 commit comments