mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-21 13:38:21 -05:00
Ah different location
This commit is contained in:
parent
fea5e306a1
commit
05ee3536c9
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user