mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 06:54:34 +01:00
Update dotnet-desktop.yml
This commit is contained in:
2
.github/workflows/dotnet-desktop.yml
vendored
2
.github/workflows/dotnet-desktop.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
run: dotnet publish EpinelPS
|
||||
|
||||
- name: Copy to output
|
||||
run: echo ${{ github.workspace }} && cp -R "${{ github.workspace }}\EpinelPS\bin\Release\net10.0\linux-x64\publish\" "${{ github.workspace }}\out\"
|
||||
run: echo ${{ github.workspace }} && cp -R "${{ github.workspace }}/EpinelPS/bin/Release/net10.0/linux-x64/publish/" "${{ github.workspace }}/out/"
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user