Update dotnet-desktop.yml
parent
f86c36835b
commit
b69e3e011b
|
@ -103,12 +103,12 @@ jobs:
|
||||||
- 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: List
|
- name: Zip package
|
||||||
run: Get-ChildItem -Path . -Recurse
|
run: Compress-Archive -Path bin/Debug/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: MSIX Package
|
name: Emulator package
|
||||||
path: ${{ env.Wap_Project_Directory }}\AppPackages
|
path: ./MaiTouchSensorEmulator.zip
|
||||||
|
|
Loading…
Reference in New Issue