Skip to content

Commit d93aa79

Browse files
author
xi xiao
committed
fix: github action binary build fails
1 parent 5564daa commit d93aa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "ASSET=${artifact_base}.tar.gz" >> $GITHUB_ENV
6868
6969
- name: Release
70-
uses: softprops/action-gh-release@v
70+
uses: softprops/action-gh-release@v2
7171
with:
7272
files: ${{ env.ASSET }}
7373

0 commit comments

Comments
 (0)