Update dotnet-desktop.yml
parent
b69e3e011b
commit
5dada6f5fa
|
@ -104,7 +104,7 @@ jobs:
|
||||||
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
|
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
|
||||||
|
|
||||||
- name: Zip package
|
- 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
|
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
|
|
Loading…
Reference in New Issue