Skip to content

Commit

Permalink
update cd.yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yayoc committed Nov 9, 2019
1 parent 022bdcc commit 988cde6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Expand Up @@ -48,14 +48,14 @@ jobs:
shell: bash
run: |
cd target/${{ matrix.target }}/release
strip spt
tar czvf spotify-tui-${{ matrix.artifact_prefix }}.tar.gz spt
shasum -a 256 spotify-tui-${{ matrix.artifact_prefix }}.tar.gz > spotify-tui-${{ matrix.artifact_prefix }}.sha256
strip hn
tar czvf hn-${{ matrix.artifact_prefix }}.tar.gz hn
shasum -a 256 hn-${{ matrix.artifact_prefix }}.tar.gz > hn-${{ matrix.artifact_prefix }}.sha256
- name: Releasing assets
uses: softprops/action-gh-release@v1
with:
files: |
target/${{ matrix.target }}/release/spotify-tui-${{ matrix.artifact_prefix }}.tar.gz
target/${{ matrix.target }}/release/spotify-tui-${{ matrix.artifact_prefix }}.sha256
target/${{ matrix.target }}/release/hn-${{ matrix.artifact_prefix }}.tar.gz
target/${{ matrix.target }}/release/hn-${{ matrix.artifact_prefix }}.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 988cde6

Please sign in to comment.