From b930b4cf4631bebfde4c720331cd146ef5430850 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Wed, 27 Oct 2021 10:27:33 +0200 Subject: [PATCH] Experiment --- .github/workflows/builds.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/builds.yaml b/.github/workflows/builds.yaml index a63a1ac..b55402e 100644 --- a/.github/workflows/builds.yaml +++ b/.github/workflows/builds.yaml @@ -21,18 +21,10 @@ jobs: - name: Create the package shell: bash run: | - ./bin/build-addon.sh nightly.zip - - - name: Repackaging - shell: bash - run: | - cd src/web-ext-artifacts - mkdir nightly - cd nightly - unzip ../nightly.zip + ./bin/build-addon.sh nightly.xpi - name: Uploading uses: actions/upload-artifact@v1 with: name: ${{matrix.config.name}} Build - path: src/web-ext-artifacts/nightly + path: src/web-ext-artifacts