Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
Upload xpi instead of zip
  • Loading branch information
mjakeman authored Jun 13, 2021
1 parent 991533e commit 364dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Firefox Web Extension
path: /home/runner/work/easel/easel/web-ext-artifacts/*.zip
path: /home/runner/work/easel/easel/web-ext-artifacts/*.xpi

0 comments on commit 364dce3

Please sign in to comment.