Skip to content

Commit

Permalink
Change Github artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
erak committed Jun 6, 2024
1 parent 7bb2054 commit 4596d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload release binaries
uses: actions/upload-artifact@v4
with:
name: radicle-tui_0.3.0_${{ matrix.target }}
name: radicle-tui_${{ github.ref_name }}_${{ matrix.target }}
path: target/${{ matrix.target }}/release/rad-tui

release-macos-binaries:
Expand Down Expand Up @@ -75,5 +75,5 @@ jobs:
- name: Upload release binaries
uses: actions/upload-artifact@v4
with:
name: radicle-tui_0.3.0_${{ matrix.target }}
name: radicle-tui_${{ github.ref_name }}_${{ matrix.target }}
path: target/${{ matrix.target }}/release/rad-tui

0 comments on commit 4596d0b

Please sign in to comment.