mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-09 16: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
|
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
|
||||||
chmod +x dotnet-install.sh
|
chmod +x dotnet-install.sh
|
||||||
./dotnet-install.sh
|
./dotnet-install.sh
|
||||||
chmod +x /root/.dotnet/dotnet
|
|
||||||
- name: Compile MyMcRealms
|
- name: Compile MyMcRealms
|
||||||
run: /root/.dotnet/dotnet publish --runtime linux-arm64
|
run: .dotnet/dotnet publish --runtime linux-arm64
|
||||||
- name: Install sshpass
|
- name: Install sshpass
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user