mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-desktop.yml
This commit is contained in:
6
.github/workflows/build-desktop.yml
vendored
6
.github/workflows/build-desktop.yml
vendored
@@ -150,8 +150,8 @@ jobs:
|
||||
if: ${{ inputs.uploading == 'true' }}
|
||||
run: |
|
||||
|
||||
# use this only on our runners
|
||||
if [[ ${{ inputs.runner }} != "ubuntu-latest" ]]; then
|
||||
###### use this only on our runners
|
||||
####if [[ ${{ inputs.runner }} != "ubuntu-latest" ]]; then
|
||||
# mount deploy target
|
||||
sudo apt-get -y -qq install sshfs
|
||||
sudo mkdir -p /root/.ssh/
|
||||
@@ -162,7 +162,7 @@ jobs:
|
||||
sudo sshfs upload@users.armbian.com:/debs build/output/debs -o IdentityFile=~/.ssh/id_rsa -o reconnect -o nonempty,allow_other || true
|
||||
sudo sshfs upload@users.armbian.com:/debs-beta build/output/debs-beta -o IdentityFile=~/.ssh/id_rsa -o reconnect -o allow_other || true
|
||||
sudo sshfs upload@users.armbian.com:/debs-beta build/output/debs-beta -o IdentityFile=~/.ssh/id_rsa -o reconnect -o nonempty,allow_other || true
|
||||
fi
|
||||
####fi
|
||||
|
||||
- name: Sync
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user