diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 0438a35..5be7536 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -23,9 +23,9 @@ jobs:
     - name: Restore dependencies
       run: dotnet restore
     - name: Build
-      run: dotnet publish --no-restore -c All -p:Platform="Any CPU" --self-contained true
+      run: dotnet publish -r linux-x64 --self-contained false
     - name: upload result
       uses: actions/upload-artifact@v2
       with:
         name: result
-        path: Horse Isle Server/HorseIsleServer/bin/
+        path: HorseIsleServer/bin/Debug/net5.0/linux-x64/publish/