Skip to content

Commit

Permalink
Fix win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 26, 2023
1 parent c386af6 commit 7b1a4f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7b1a4f4

Please sign in to comment.