Skip to content

Commit

Permalink
Use spotify-tui in CD release artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute committed Oct 20, 2019
1 parent 70b8d4f commit 79dd99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
strip spt
tar czvf spotify-tui-${{ matrix.artifact_prefix }}.tar.gz spt
shasum -a 256 spt-${{ matrix.artifact_prefix }}.tar.gz > spt-${{ matrix.artifact_prefix }}.sha256
shasum -a 256 spotify-tui-${{ matrix.artifact_prefix }}.tar.gz > spotify-tui-${{ matrix.artifact_prefix }}.sha256
- name: Releasing assets
uses: softprops/action-gh-release@v1
with:
files: |
target/${{ matrix.target }}/release/spt-${{ matrix.artifact_prefix }}.tar.gz
target/${{ matrix.target }}/release/spt-${{ matrix.artifact_prefix }}.sha256
target/${{ matrix.target }}/release/spotify-tui-${{ matrix.artifact_prefix }}.tar.gz
target/${{ matrix.target }}/release/spotify-tui-${{ matrix.artifact_prefix }}.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 79dd99c

Please sign in to comment.