Skip to content

Commit

Permalink
Produce artifacts with distinct filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
SWinxy committed Sep 22, 2024
1 parent 5015b3a commit 11f655b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload Images
uses: actions/upload-artifact@v4
with:
name: images
name: images-linux
path: 'target/*.png'
test-windows:
runs-on: windows-latest
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Upload Images
uses: actions/upload-artifact@v4
with:
name: images
name: images-windows
path: 'target/*.png'
test-macos:
runs-on: macos-latest
Expand All @@ -72,5 +72,5 @@ jobs:
- name: Upload Images
uses: actions/upload-artifact@v4
with:
name: images
name: images-macos
path: 'target/*.png'

0 comments on commit 11f655b

Please sign in to comment.