From 740ca4680a422ecfc93e94327efef696f17ddac8 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 1 Dec 2021 14:22:07 +0100 Subject: [PATCH] Added debug output --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bd4c4f..6be4283 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,9 +67,10 @@ jobs: TARGET: /home/github/${{ env.GITHUB_SHA }}/ SSH_ARGS: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' SOURCE: | - build_${{ matrix.node }}/bobbyquad_${{ matrix.node }}.bin - build_${{ matrix.node }}/bobbyquad_${{ matrix.node }}.elf - build_${{ matrix.node }}/bootloader/bootloader.bin - build_${{ matrix.node }}/bootloader/bootloader.elf - build_${{ matrix.node }}/partition_table/partition-table.bin + 'build_${{ matrix.node }}/bobbyquad_${{ matrix.node }}.bin' + 'build_${{ matrix.node }}/bobbyquad_${{ matrix.node }}.elf' + 'build_${{ matrix.node }}/bootloader/bootloader.bin' + 'build_${{ matrix.node }}/bootloader/bootloader.elf' + 'build_${{ matrix.node }}/partition_table/partition-table.bin' + PRE_SCRIPT: "echo Uploading to '/home/github/${{ env.GITHUB_SHA }}/'" POST_SCRIPT: "echo Upload done"