From ed13b69cf333a106cc82e2fbc10ce7991659412d Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:43:43 -0600 Subject: [PATCH] Fix ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce7d6597..76596c89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,5 +59,5 @@ jobs: - name: Upload unstable ${{ matrix.setting.os }} uses: actions/upload-artifact@v3 with: - name: ${{ matrix.platform }} + name: "overlayed-unstable-${{ matrix.settings.os }}" path: "${{ join(fromJSON(steps.build_os.outputs.artifactPaths), '\n') }}"