Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Removed firefox's `mkdir build` because that directory is already made.
  • Loading branch information
AardWolf authored Jan 25, 2025
1 parent 10cd74b commit f655ba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
- name: Zip it! zip it good! (part 2)
id: create-firefox-zip
run: |
mkdir build
zip -r ./build/release-firefox-${{ env.EXT_VERSION }}.zip ./dist/firefox/*
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit f655ba2

Please sign in to comment.