Skip to content

Commit

Permalink
fix commnad
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Dec 7, 2023
1 parent d30c59d commit 80dfb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
$s3dVersion = "${{ env.version }}"
$s3dVersionEnv = "SIV3D_" + $s3dVersion.Replace('.', '_')
$setCommand = "$s3dVersionEnv=C:\OpenSiv3D_SDK_${{ env.version }}"
$setCommand = "set $s3dVersionEnv=C:\OpenSiv3D_SDK_${{ env.version }}"
Invoke-Expression $setCommand
echo Siv3D Path > %SIV3D_0_6_13%
shell: powershell
Expand Down

0 comments on commit 80dfb4f

Please sign in to comment.