Skip to content

Commit

Permalink
Add OS to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed Sep 25, 2024
1 parent ba1d758 commit 1f02621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tsp-client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: package
name: package-${{ runner.os }}
path: tools/tsp-client/*.tgz
compression-level: 0

Expand Down

0 comments on commit 1f02621

Please sign in to comment.