Update dotnet-desktop.yml

pull/7/head
Leapward-Koex 2024-02-10 10:36:41 +13:00 committed by GitHub
parent b69e3e011b
commit 5dada6f5fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ jobs:
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
- name: Zip package
run: Compress-Archive -Path bin/Debug/net8.0-windows/ -DestinationPath ./MaiTouchSensorEmulator.zip
run: Compress-Archive -Path ./bin/Release/net8.0-windows/ -DestinationPath ./MaiTouchSensorEmulator.zip
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload build artifacts