Update dotnet-desktop.yml

This commit is contained in:
Mikhail
2024-07-03 17:42:35 -04:00
committed by GitHub
parent f76268aeb5
commit e6d144d085

View File

@@ -42,10 +42,13 @@ jobs:
- name: Publish nksrv
run: dotnet publish nksrv
- name: prepare publish directory
run: md ${GITHUB_WORKSPACE}/out/ && xcopy ${GITHUB_WORKSPACE}/ServerSelector.Desktop\bin\Release\net8.0\win-x64\publish\ ${GITHUB_WORKSPACE}/out/ && xcopy ${GITHUB_WORKSPACE}/nksrv\bin\Release\net8.0\win-x64\publish\ ${GITHUB_WORKSPACE}/out/
# 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
path: ${GITHUB_WORKSPACE}/out/