Skip to content

Commit

Permalink
chore: Use a upload-release-action that works
Browse files Browse the repository at this point in the history
Release-As: 0.13.0
  • Loading branch information
phated committed Feb 7, 2022
1 parent 20a46d0 commit 97dbcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload Release Asset
id: upload
uses: grain-lang/upload-release-action@v3.0.0
uses: grain-lang/upload-release-action@v3.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
file: ./binaryen-archive.tar.gz
Expand Down

0 comments on commit 97dbcdc

Please sign in to comment.