Update dotnet-desktop.yml
parent
5dada6f5fa
commit
fe0fa4b02c
|
@ -102,13 +102,10 @@ jobs:
|
||||||
# Remove the pfx
|
# Remove the pfx
|
||||||
- name: Remove the pfx
|
- name: Remove the pfx
|
||||||
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
|
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
|
||||||
|
|
||||||
- name: Zip package
|
|
||||||
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
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Emulator package
|
name: Emulator package
|
||||||
path: ./MaiTouchSensorEmulator.zip
|
path: ./bin/Release/net8.0-windows/
|
||||||
|
|
Loading…
Reference in New Issue