Skip to content

Commit

Permalink
Fix release upload step (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb authored Jan 3, 2025
1 parent c541b26 commit 5fff971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:

- name: Upload zip to release
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@v2
uses: softprops/action-gh-release@v2
with:
file: ${{ env.RELEASE_ZIP }}
files: ${{ env.RELEASE_ZIP }}

- name: Upload zip to Chrome Web Store
if: github.event_name == 'release'
Expand Down

0 comments on commit 5fff971

Please sign in to comment.