Skip to content

Commit

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

0 comments on commit d30c59d

Please sign in to comment.