From 176717cef50f7606a1f20d907329c68b2cc9bf23 Mon Sep 17 00:00:00 2001 From: aoirint Date: Sat, 22 Oct 2022 01:03:56 +0900 Subject: [PATCH] =?UTF-8?q?Hotfix:=20CI:=20=E8=87=AA=E5=8B=95=E4=BD=9C?= =?UTF-8?q?=E6=88=90=E3=81=95=E3=82=8C=E3=82=8B=E3=83=AA=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=81=AE=E3=82=BF=E3=82=B0=E3=81=AE=E5=A0=B4=E6=89=80?= =?UTF-8?q?=E3=82=92=E6=AD=A3=E3=81=97=E3=81=8F=E3=81=99=E3=82=8B=20(#311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update build.yml * Update build.yml * Update build.yml --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb3c5707f..a90fba96b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -317,12 +317,13 @@ jobs: - name: Upload to Release if: env.VERSION != 'DEBUG' && env.SKIP_UPLOADING_RELEASE_ASSET == '0' - uses: svenstaro/upload-release-action@v2 + uses: softprops/action-gh-release@v1 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: true - tag: ${{ env.VERSION }} - file: ${{ env.ASSET_NAME }}.zip + tag_name: ${{ env.VERSION }} + files: |- + ${{ env.ASSET_NAME }}.zip + target_commitish: ${{ github.sha }} build-win-cpp-example: runs-on: windows-latest