fix: Append target for unique artifact names

This commit is contained in:
RedEtherbloom 2024-11-11 22:36:28 +01:00
parent 39792b2299
commit 0ab679acca
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: taskwarrior-tui
name: taskwarrior-tui-${{ matrix.target }}
path: target/${{ matrix.target }}/release/taskwarrior-tui-${{ matrix.target }}.tar.gz
- name: Releasing assets
if: startsWith(github.ref, 'refs/tags/')