Skip to content

Commit

Permalink
Use unique names for the artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 31, 2024
1 parent ac515e4 commit 4260040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
- name: Upload library
uses: actions/upload-artifact@v3
with:
name: packages
name: 'Magick.NET-${{ matrix.quantumName }}-${{ matrix.platformName }}'
path: publish/output

libraries:
Expand Down Expand Up @@ -290,5 +290,5 @@ jobs:
- name: Upload library
uses: actions/upload-artifact@v3
with:
name: packages
name: 'Magick.NET-${{ matrix.libraryName }}'
path: publish/output

0 comments on commit 4260040

Please sign in to comment.