diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9cf88ce..e635708 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -54,19 +54,19 @@ jobs: uses: actions/upload-artifact@v2 with: name: linux-x64 - path: Horse Isle Server/HorseIsleServer/bin/Debug/net5.0/linux-x64/publish/ + path: Horse Isle Server/HorseIsleServer/bin/x64/Linux/net5.0/linux-x64/publish/ - name: upload linux-arm uses: actions/upload-artifact@v2 with: name: linux-arm - path: Horse Isle Server/HorseIsleServer/bin/ARM/net5.0/linux-ARM/publish/ + path: Horse Isle Server/HorseIsleServer/bin/ARM/net5.0/linux-arm/publish/ - name: upload linux-arm64 uses: actions/upload-artifact@v2 with: name: linux-arm64 - path: Horse Isle Server/HorseIsleServer/bin/ARM64/net5.0/linux-ARM64/publish/ + path: Horse Isle Server/HorseIsleServer/bin/ARM64/net5.0/linux-arm64/publish/ - name: upload-win64