mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-firmware.yml
This commit is contained in:
4
.github/workflows/build-firmware.yml
vendored
4
.github/workflows/build-firmware.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
||||
run: |
|
||||
|
||||
# use this only on our runners
|
||||
if [[ ${{ inputs.runner }} != "ubuntu-latest" ]]; then
|
||||
##if [[ ${{ inputs.runner }} != "ubuntu-latest" ]]; then
|
||||
# mount deploy target
|
||||
sudo apt-get -y -qq install sshfs
|
||||
sudo mkdir -p /root/.ssh/
|
||||
@@ -101,7 +101,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
|
||||
if: ${{ github.repository_owner == 'Armbian' && inputs.uploading == 'true' && env.SKIP != 'yes' }}
|
||||
|
||||
Reference in New Issue
Block a user