Skip to content

Commit

Permalink
Make binary executable
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 b0691ee commit fa421f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: xk6 build --with github.com/grafana/xk6-client-prometheus-remote@latest
- name: Get the tag name
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- run: chmod +x k6
- run: mv k6 k6_${{ env.TAG }}_linux_amd64
- uses: AButler/[email protected]
with:
Expand Down

0 comments on commit fa421f7

Please sign in to comment.