This commit is contained in:
Nguyen Duy
2024-11-05 08:41:36 +07:00
parent ebd1cb73e3
commit d7cdab6a7c
5 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Build app
run: |
cd app
msbuild ParsecVDisplay.csproj /t:Build /p:Configuration=Debug /p:Platform=AnyCPU
msbuild ParsecVDisplay.csproj /t:Build /p:Configuration=Release /p:Platform=AnyCPU
- uses: actions/upload-artifact@v4
with: