diff --git a/.github/workflows/publish_artifact.yml b/.github/workflows/publish_artifact.yml index 67fa802b..2009002c 100644 --- a/.github/workflows/publish_artifact.yml +++ b/.github/workflows/publish_artifact.yml @@ -153,7 +153,7 @@ jobs: WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }} run: | npm run sign - mv web-ext-artifacts/experimental_bergamot_translations-*.xpi web-ext-artifacts/bergamot_translations-signed.xpi + mv web-ext-artifacts/*-*.*.*.xpi web-ext-artifacts/bergamot_translations-signed.xpi - name: Create release id: create_release if: startsWith(github.ref, 'refs/tags/v')