Skip to content

Commit

Permalink
Merge pull request #103 from K-Phoen/update-artefact-name
Browse files Browse the repository at this point in the history
Update artefact name in releases
  • Loading branch information
K-Phoen authored Apr 2, 2021
2 parents a90907d + e78cbd4 commit 8569386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:

- run: TAG_NAME=${{ steps.tag.outputs.tag }} make build_cli

- run: tar -czvf grabana-${{ steps.tag.outputs.tag }}-linux-64bit.tar.gz ./grabana
- run: tar -czvf grabana-linux-amd64.tar.gz ./grabana

- name: Upload Release Asset
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: grabana-${{ steps.tag.outputs.tag }}-linux-64bit.tar.gz
asset_name: grabana-${{ steps.tag.outputs.tag }}-linux-64bit.tar.gz
file: grabana-linux-amd64.tar.gz
asset_name: grabana-linux-amd64.tar.gz
tag: ${{ steps.tag.outputs.tag }}
overwrite: true

0 comments on commit 8569386

Please sign in to comment.