From 46fa8cba0586e088df0d226df58e4943671af4fb Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 1 Dec 2021 17:36:29 +0100 Subject: [PATCH] Fixed tmp folder --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d130434..7e9e7b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,6 +93,6 @@ jobs: key: ${{ secrets.RSYNC_SSH_KEY }} port: 22 script: | - mv /home/github/tmp/${{ steps.vars.outputs.sha_short }} /home/github/builds/${{ matrix.node }} + mv /home/github/tmp/${{ matrix.node }} /home/github/builds/${{ matrix.node }} rm -f /home/github/builds/${{ matrix.node }}/latest.bin ln -s /home/github/builds/${{ matrix.node }}/${{ steps.vars.outputs.sha_short }}.${{ steps.vars.outputs.branch }}.bin /home/github/builds/${{ matrix.node }}/latest.bin