Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
f11894 committed Oct 8, 2023
1 parent 9b92e3a commit fe2c3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ jobs:
for asset in ${{ github.workspace }}/artifacts/*.7z; do
assets+=("-a" "$asset")
done
gh release create "${assets[@]}" -m "$RELEASE_NAME" "$TAG_NAME"
gh release create "$TAG_NAME" "${assets[@]}"

0 comments on commit fe2c3c3

Please sign in to comment.