chore: fix ci

This commit is contained in:
Aman Harwara
2023-04-13 21:05:39 +05:30
parent 3d69056f6a
commit 7c3df1bb10

View File

@@ -43,7 +43,7 @@ jobs:
WEB_EXT_API_SECRET: ${{ secrets.AMO_WEB_EXT_API_SECRET }}
run: |
EXT_TARGET=firefox yarn build-mv2
web-ext sign --source-dir dist --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET --channel=listed
yarn web-ext sign --source-dir dist --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET --channel=listed
mv web-ext-artifacts/*.xpi standard-notes-clipper-$PACKAGE_VERSION.firefox.xpi
- name: Upload
uses: actions/upload-artifact@v3.0.0