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 fe2c3c3 commit 329f564
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 "$TAG_NAME" "${assets[@]}"
gh release create $TAG_NAME ${assets[@]}

0 comments on commit 329f564

Please sign in to comment.