diff --git a/.github/workflows/release_ci.yml b/.github/workflows/release_ci.yml index 7560274e..fe688731 100644 --- a/.github/workflows/release_ci.yml +++ b/.github/workflows/release_ci.yml @@ -496,8 +496,8 @@ jobs: PACKAGE_SUFFIX: win-x86 NUGET_RUNTIME: win-x86 TARGET_DIR: target/i686-pc-windows-msvc - REPO_NAME_TOOL: ${{ github.repository }} - REPO_NAME_NATIVE: ${{ github.repository }} + REPO_NAME_TOOL: ${{env.GITHUB_REPOSITORY_OWNER}}\/${{env.GITHUB_REPOSITORY_NAME}} + REPO_NAME_NATIVE: ${{env.GITHUB_REPOSITORY_OWNER}}\/${{env.GITHUB_REPOSITORY_NAME}} - name: Nuget(Runtime) to S3 shell: bash @@ -507,8 +507,8 @@ jobs: PACKAGE_SUFFIX: win-x86 NUGET_RUNTIME: win-x86 TARGET_DIR: target/i686-pc-windows-msvc - REPO_NAME_TOOL: ${{ github.repository }} - REPO_NAME_NATIVE: ${{ github.repository }} + REPO_NAME_TOOL: ${{env.GITHUB_REPOSITORY_OWNER}}\/${{env.GITHUB_REPOSITORY_NAME}} + REPO_NAME_NATIVE: ${{env.GITHUB_REPOSITORY_OWNER}}\/${{env.GITHUB_REPOSITORY_NAME}} - name: Upload to release uses: Shopify/upload-to-release@master