mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 23:14:34 +01:00
fix CI
This commit is contained in:
2
.github/workflows/dotnet-desktop.yml
vendored
2
.github/workflows/dotnet-desktop.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
run: dotnet publish nksrv
|
run: dotnet publish nksrv
|
||||||
|
|
||||||
- name: prepare publish directory
|
- 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/
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user