Skip to content

Commit

Permalink
hubコマンドの代わりにghコマンドを使用するよう変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Oct 8, 2023
1 parent 29aba1e commit c5eae2d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,4 @@ jobs:
REVCOUNT=`git rev-list --count HEAD`
RELEASE_NAME=r${REVCOUNT}
TAG_NAME=r${REVCOUNT}
assets=()
for asset in ${{ github.workspace }}/*.zip; do
assets+=("-a" "$asset")
done
hub release create "${assets[@]}" -m "$RELEASE_NAME" "$TAG_NAME"
gh release create "${TAG_NAME}" ${{ github.workspace }}/*.zip -t "${RELEASE_NAME}"

0 comments on commit c5eae2d

Please sign in to comment.