Update msbuild.yml

This commit is contained in:
Pax1601
2023-12-13 17:39:18 +01:00
committed by GitHub
parent e2e3da6a0f
commit cbf4b56ecb

View File

@@ -27,7 +27,8 @@ jobs:
- name: Build
working-directory: .
run: call build_package.bat
run: "./build_package.bat"
shell: cmd
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3