From 667214eb566931ab9c54a7fd91445c0990741c6a Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sat, 20 Apr 2024 22:28:44 +0200 Subject: [PATCH] /root/dotnet --- .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 696a8ed..21c23d9 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: dotnet publish --runtime linux-arm64 + run: /root/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