Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Dec 7, 2023
1 parent f1dc961 commit eca3f95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
shell: powershell
# ビルド
- name: MSBuild
run: |
$s3dVersion = "${{ env.version }}"
$s3dVersionEnv = "SIV3D_" + $s3dVersion.Replace('.', '_')
msbuild ${{env.sln-name}} -p:Configuration=Release;Platform="x64";SIV3D_0_6_13="C:\OpenSiv3D_SDK_${{ env.version }}"
shell: powershell
run: |
msbuild ${{env.sln-name}} -p:Configuration=Release;Platform="x64"
shell: cmd
env:
SIV3D_0_6_13: C:\OpenSiv3D_SDK_${{ env.version }}
# ビルド結果をアップロード
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit eca3f95

Please sign in to comment.