There was an error while loading. Please reload this page.
2 parents 670e716 + c6e1daf commit 01e4622Copy full SHA for 01e4622
1 file changed
.github/workflows/build.yml
@@ -637,9 +637,9 @@ jobs:
637
ssh-keyscan "${SSH_HOST}" >> "${HOME}/.ssh/known_hosts"
638
echo "SSH_AUTH_SOCK=${SSH_AUTH_SOCK}" >> "${GITHUB_ENV}"
639
640
- - name: "[macOS/Windows] Upload build to downloads.mixxx.org"
+ - name: "[Android/macOS/Windows] Upload build to downloads.mixxx.org"
641
# skip deploying Ubuntu builds to downloads.mixxx.org because these are deployed to the PPA
642
- if: runner.os != 'Linux' && inputs.publish && env.SSH_AUTH_SOCK != null
+ if: startsWith(matrix.artifacts_slug, 'ubuntu') != true && inputs.publish && env.SSH_AUTH_SOCK != null
643
shell: bash --login -eo pipefail "{0}"
644
run: rsync --verbose --recursive --checksum --times --delay-updates "deploy/" "${SSH_USER}@${SSH_HOST}:${DESTDIR}/"
645
env:
0 commit comments