Skip to content

Commit f23d5c5

Browse files
committed
fix(action): just one package
1 parent feead47 commit f23d5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: trmcnvn/firefox-addon@v1
2121
with:
2222
23-
xpi: GlotDict_${{ steps.get_version.outputs.version }}.xpi
23+
xpi: GlotDict_${{ steps.get_version.outputs.version }}.zip
2424
manifest: manifest.json
2525
api-key: ${{ secrets.FIREFOX_API_KEY }}
2626
api-secret: ${{ secrets.FIREFOX_API_SECRET }}

0 commit comments

Comments
 (0)