Skip to content

Commit

Permalink
🚚 Name artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
Endre Vegh committed Oct 20, 2023
1 parent 92e1901 commit ec02acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
- name: Upload binary
uses: actions/upload-artifact@v3
with:
name: my-artifact
name: ${{ matrix.target }} binary
path: target/${{ matrix.target }}/release/cli-network-viewer-${{ matrix.artifact_prefix }}.tar.gz
- name: Upload sha
uses: actions/upload-artifact@v3
with:
name: my-artifact
name: ${{ matrix.target }} sha
path: target/${{ matrix.target }}/release/cli-network-viewer-${{ matrix.artifact_prefix }}.sha256

0 comments on commit ec02acd

Please sign in to comment.