From 908d705cc0279ad8d70e7b7f25868e28d32498db Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sat, 20 Apr 2024 22:29:52 +0200 Subject: [PATCH] bruh --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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