1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-19 07:52:52 -04:00
This commit is contained in:
CyberL1 2024-04-26 17:20:09 +02:00
parent 89cbc50a57
commit fea5e306a1

View File

@ -13,6 +13,7 @@ jobs:
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh
chmod +x /root/.dotnet/dotnet
- name: Compile MyMcRealms
run: /root/.dotnet/dotnet publish --runtime linux-arm64
- name: Install sshpass