Skip to content

Commit

Permalink
chore: separate build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 16, 2024
1 parent f2c1cc1 commit ab8b81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

0 comments on commit ab8b81a

Please sign in to comment.