From 21db39e50e731372040ef302d03784efa3a675c4 Mon Sep 17 00:00:00 2001 From: kamenokonokotan Date: Sun, 8 Aug 2021 02:33:24 +0900 Subject: [PATCH] [Web] fix ci --- .github/workflows/ccpp_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp_web.yml b/.github/workflows/ccpp_web.yml index 6c23bdec0..cc9822253 100644 --- a/.github/workflows/ccpp_web.yml +++ b/.github/workflows/ccpp_web.yml @@ -346,7 +346,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.pre-deploy.outputs.upload_url }} - asset_path: OpenSiv3D(0.4.3)Web.exe + asset_path: OpenSiv3D(0.6.0)Web.exe asset_name: OpenSiv3D-Installer-${{ matrix.config.name }}.exe asset_content_type: application/octet-stream