mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-21 13:38:21 -05:00
bruh
This commit is contained in:
parent
667214eb56
commit
908d705cc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user