Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Dec 9, 2023
1 parent d162f5d commit 9d1308a
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 @@ -28,7 +28,7 @@ jobs:
run: |
[Environment]::SetEnvironmentVariable("SIV3D_" + "${{ env.version }}".Replace(".", "_"), "C:\OpenSiv3D_SDK_${{ env.version }}")
msbuild ${{env.sln-name}} -p:Configuration=Release;Platform="x64"
shell: powershell
shell: pwsh
# ビルド結果をアップロード
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 9d1308a

Please sign in to comment.