From 9cb88872f1f53d26c5fe8ea9999c3f81e16c5189 Mon Sep 17 00:00:00 2001 From: "Kodai Takao (Fork HomeWorkstation)" Date: Tue, 22 Jun 2021 04:50:41 +0900 Subject: [PATCH] fin --- .github/workflows/RepulserEngineBuildWorkflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RepulserEngineBuildWorkflow.yml b/.github/workflows/RepulserEngineBuildWorkflow.yml index c8cc126..f47ec90 100644 --- a/.github/workflows/RepulserEngineBuildWorkflow.yml +++ b/.github/workflows/RepulserEngineBuildWorkflow.yml @@ -55,6 +55,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ${{secrets.INSTALLER_PATH}}\RepulserEngine_v${{ steps.get_version.outputs.TAG }}_Setup.exe + asset_path: ${{secrets.INSTALLER_DIR}}\RepulserEngine_v${{ steps.get_version.outputs.TAG }}_Setup.exe asset_name: RepulserEngine_v${{ steps.get_version.outputs.TAG }}_Setup.exe asset_content_type: application/exe \ No newline at end of file