Update dotnet-desktop.yml

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

View File

@ -102,13 +102,13 @@ jobs:
# Remove the pfx
- name: Remove the pfx
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
- name: List
run: Get-ChildItem -Path . -Recurse
- name: Zip package
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
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: MSIX Package
path: ${{ env.Wap_Project_Directory }}\AppPackages
name: Emulator package
path: ./MaiTouchSensorEmulator.zip