1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-19 07:52:52 -04:00

Ah different location

This commit is contained in:
CyberL1 2024-04-26 17:21:55 +02:00
parent fea5e306a1
commit 05ee3536c9

View File

@ -13,9 +13,8 @@ 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
run: .dotnet/dotnet publish --runtime linux-arm64
- name: Install sshpass
run: |
apt-get update