Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
zakius committed Dec 9, 2020
1 parent adaedd9 commit cdbc591
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 @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
zip --junk-paths -r polly.xpi ./ -x '*.git*'
zip -r polly.xpi ./ -x '*.git*'
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit cdbc591

Please sign in to comment.