mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 08:24:52 +01:00
Update dotnet-desktop.yml
This commit is contained in:
5
.github/workflows/dotnet-desktop.yml
vendored
5
.github/workflows/dotnet-desktop.yml
vendored
@@ -42,10 +42,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish nksrv
|
- name: Publish nksrv
|
||||||
run: dotnet 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
|
# 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: MSIX Package
|
||||||
path: ${{ env.Wap_Project_Directory }}\AppPackages
|
path: ${GITHUB_WORKSPACE}/out/
|
||||||
|
|||||||
Reference in New Issue
Block a user