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') }}"