From c5eae2db1458f1a42f182e71eb67a0024dcc34a9 Mon Sep 17 00:00:00 2001 From: Mr-Ojii Date: Sun, 8 Oct 2023 22:13:41 +0900 Subject: [PATCH] =?UTF-8?q?hub=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=81=AE=E4=BB=A3=E3=82=8F=E3=82=8A=E3=81=ABgh=E3=82=B3?= =?UTF-8?q?=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c03a55..dd62870 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}"