From 76a8f4d7dae7dcc091e7f33efd0e4f3b141118e1 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 27 Nov 2021 17:14:40 +0100 Subject: [PATCH] Change location of builds It's a symlink now, no I won't have to change this again when I'm done formatting the HDD. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9087759b44..cedb75f726 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: username: wizards-build-push key: ${{ secrets.CENTCOMM_WIZARDS_BUILDS_PUSH_KEY }} source: "release/${{ github.sha }}" - target: "/mnt/ext/wizards-builds/builds/" + target: "/home/wizards-build-push/builds_dir/builds/" strip_components: 1 - name: Update manifest JSON