Skip to content

Commit

Permalink
Attempt to fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelercj committed Nov 12, 2024
1 parent fa179a2 commit 27c853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cp -r docs firefox/docs
cd firefox
echo "Zipping folder into stardown-${{ github.ref_name }}-firefox.zip"
zip -r "stardown-${{ github.ref_name }}-firefox.zip" firefox
zip -r "stardown-${{ github.ref_name }}-firefox.zip" .
- name: Build for Chrome
run: |
npm run build-chrome
Expand Down

0 comments on commit 27c853b

Please sign in to comment.