diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 21c23d9..a20ac0f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,6 +14,6 @@ jobs: chmod +x dotnet-install.sh ./dotnet-install.sh - name: Compile MyMcRealms - run: /root/dotnet publish --runtime linux-arm64 + run: /root/.dotnet/dotnet publish --runtime linux-arm64 - name: Deploy compiled binary and dll files to server run: scp -r -P 9476 MyMcRealms\bin\Release\net8.0\linux-arm64\publish\* root@ssh.surf:/root/MyMcRealms