Skip to content

Commit

Permalink
fix: use varient in CI artifacts names to fix duplicate artifact name…
Browse files Browse the repository at this point in the history
… issue
  • Loading branch information
SaicharanKandukuri committed Dec 19, 2024
1 parent 96b04a9 commit f8ba040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchor-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: ⬆️ Upload Tarballs
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.suite }}-${{ matrix.architecture }}-tarballs
name: ${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}-tarballs
path: fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}.tar.gz

create-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: ⬆️ Upload Tarballs
uses: actions/[email protected]
with:
name: ${{ matrix.suite }}-${{ matrix.architecture }}-tarballs
name: ${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}-tarballs
path: fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-**.tar.gz

create-release:
Expand Down

0 comments on commit f8ba040

Please sign in to comment.