Skip to content

Commit

Permalink
Add release assets
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel González Lopes <[email protected]>
  • Loading branch information
dgzlopes committed Sep 30, 2021
1 parent e541fb4 commit b0691ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
- name: Get the tag name
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- run: mv k6 k6_${{ env.TAG }}_linux_amd64
- uses: AButler/[email protected]
with:
files: 'k6*'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b0691ee

Please sign in to comment.