From ab8b81a770443ebe0ec85d192553c85c69b6bf6a Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Wed, 16 Oct 2024 12:53:31 +1100 Subject: [PATCH] chore: separate build artifacts --- .github/workflows/test-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 54ee2f73..39fe62f4 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -74,7 +74,7 @@ jobs: projectPath: './src/Packages/Passport/Samples~/sample' - uses: actions/upload-artifact@v3 with: - name: Build + name: Build-${{ matrix.targetPlatform }} path: build windows-build: name: Build for ${{ matrix.targetPlatform }} @@ -108,5 +108,5 @@ jobs: projectPath: './src/Packages/Passport/Samples~/sample' - uses: actions/upload-artifact@v3 with: - name: Build + name: Build-${{ matrix.targetPlatform }} path: build \ No newline at end of file