Experiment
This commit is contained in:
@@ -21,18 +21,10 @@ jobs:
|
|||||||
- name: Create the package
|
- name: Create the package
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./bin/build-addon.sh nightly.zip
|
./bin/build-addon.sh nightly.xpi
|
||||||
|
|
||||||
- name: Repackaging
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
cd src/web-ext-artifacts
|
|
||||||
mkdir nightly
|
|
||||||
cd nightly
|
|
||||||
unzip ../nightly.zip
|
|
||||||
|
|
||||||
- name: Uploading
|
- name: Uploading
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.config.name}} Build
|
name: ${{matrix.config.name}} Build
|
||||||
path: src/web-ext-artifacts/nightly
|
path: src/web-ext-artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user