Skip to content

Commit

Permalink
Merge pull request #152 from Stardown-app/fix-action
Browse files Browse the repository at this point in the history
Attempt to fix GH Action
  • Loading branch information
wheelercj authored Nov 12, 2024
2 parents fa179a2 + 27c853b commit d712ecb
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 d712ecb

Please sign in to comment.