mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 07:24:52 +01:00
Fix CI attempt 3
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
|
||||
|
||||
- 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
|
||||
- name: Upload build artifacts
|
||||
|
||||
Reference in New Issue
Block a user