Skip to content

Commit 5fff971

Browse files
authored
Fix release upload step (#645)
1 parent c541b26 commit 5fff971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151

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

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

0 commit comments

Comments
 (0)