From 20603f3fb714c86b3f5f7e9218991bdeb2441997 Mon Sep 17 00:00:00 2001 From: Grossley <42724744+Grossley@users.noreply.github.com> Date: Thu, 2 Feb 2023 10:39:33 -0800 Subject: [PATCH] Fixed the workflow not properly publishing the files. Turns out the files weren't being picked up properly. Go figure. --- .github/workflows/publish_gui_nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_gui_nightly.yml b/.github/workflows/publish_gui_nightly.yml index 01aa633ce..52526c5cb 100644 --- a/.github/workflows/publish_gui_nightly.yml +++ b/.github/workflows/publish_gui_nightly.yml @@ -45,7 +45,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: - path: GUI-${{ matrix.os }}-isBundled-${{ matrix.bundled }}-isSingleFile-${{ matrix.singlefile }}.zip + path: GUI-${{ matrix.os }}-${{ matrix.configuration }}-isBundled-${{ matrix.bundled }}-isSingleFile-${{ matrix.singlefile }}.zip build_cli: @@ -87,7 +87,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: - path: CLI-${{ matrix.os }}-isBundled-${{ matrix.bundled }}.zip + path: CLI-${{ matrix.os }}-${{ matrix.configuration }}-isBundled-${{ matrix.bundled }}.zip upload: