Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 authored Mar 4, 2022
1 parent 6efb2a1 commit 767becc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:

build-firefox:
needs: [ build-extension ]
if: ${{ false }}
runs-on: ubuntu-latest
name: 'Build Firefox Extension'
steps:
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
run: |
[ -d ${{steps.download.outputs.download-path}} ] && ls -la ${{ steps.download.outputs.download-path }}
cd ${{steps.download.outputs.download-path}}
zip -r dist.zip ./dist
zip -r dist.zip .
- name: Upload & release
uses: Klemensas/[email protected]
with:
Expand Down

0 comments on commit 767becc

Please sign in to comment.