Skip to content

Commit ab8b81a

Browse files
committed
chore: separate build artifacts
1 parent f2c1cc1 commit ab8b81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
projectPath: './src/Packages/Passport/Samples~/sample'
7575
- uses: actions/upload-artifact@v3
7676
with:
77-
name: Build
77+
name: Build-${{ matrix.targetPlatform }}
7878
path: build
7979
windows-build:
8080
name: Build for ${{ matrix.targetPlatform }}
@@ -108,5 +108,5 @@ jobs:
108108
projectPath: './src/Packages/Passport/Samples~/sample'
109109
- uses: actions/upload-artifact@v3
110110
with:
111-
name: Build
111+
name: Build-${{ matrix.targetPlatform }}
112112
path: build

0 commit comments

Comments
 (0)