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 771eee7 commit 2f18a80
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 @@ -33,7 +33,7 @@ jobs:
run: msbuild ${{env.sln-name}} -p:Configuration=Release;Platform="x64"
shell: cmd
env:
"${{version-env}}": C:\OpenSiv3D_SDK_${{ env.version }}
$version-env: C:\OpenSiv3D_SDK_${{ env.version }}
# ビルド結果をアップロード
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 2f18a80

Please sign in to comment.