fix linux build

This commit is contained in:
Mikhail Tyukin
2025-12-05 15:29:44 -05:00
parent 24f6de8704
commit 4325a91cea

View File

@@ -76,7 +76,7 @@ jobs:
run: dotnet publish EpinelPS run: dotnet publish EpinelPS
- name: Copy to output - name: Copy to output
run: echo ${{ github.workspace }} && xcopy /s /e "${{ 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 - name: Upload build artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4