Skip to content

Commit

Permalink
ci: fix workflow failure due to duplicate name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 31, 2024
1 parent ee636ab commit d0976a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/libossia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Archive Package
uses: actions/upload-artifact@v4
with:
name: libossia-shared-release-macos
name: libossia-shared-release-macos-${{ matrix.static }}-${{ matrix.build_type }}
path: install

build-windows:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Archive Package
uses: actions/upload-artifact@v4
with:
name: libossia-shared-release-windows
name: libossia-shared-release-windows-${{ matrix.static }}-${{ matrix.build_type }}
path: install

build-linux_x86:
Expand Down Expand Up @@ -108,5 +108,5 @@ jobs:
- name: Archive Package
uses: actions/upload-artifact@v4
with:
name: libossia-shared-release-linux
name: libossia-shared-release-linux-${{ matrix.static }}-${{ matrix.build_type }}
path: install

0 comments on commit d0976a6

Please sign in to comment.