Improve build, UI, and add GitHub issue templates

This commit is contained in:
2026-05-27 02:57:07 +03:00
parent f6749f80e1
commit 88a90fa7ac
6 changed files with 97 additions and 14 deletions
+7 -1
View File
@@ -38,4 +38,10 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: pong-reloaded-exe
path: x64/Release/pong-reloaded.exe