We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8af22f commit 1bb76b4Copy full SHA for 1bb76b4
1 file changed
.github/workflows/docker-image.yml
@@ -35,5 +35,12 @@ jobs:
35
- name: Upload Custom k6
36
uses: actions/upload-artifact@v3
37
with:
38
- path: ${{ steps.extract.outputs.destination }}
+ path: ${{ steps.extract.outputs.destination }}/k6
39
name: latest
40
+ - name: Upload k6 to release
41
+ uses: svenstaro/upload-release-action@v2
42
+ with:
43
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
44
+ file: ${{ steps.extract.outputs.destination }}/k6
45
+ asset_name: k6
46
+ tag: latest
0 commit comments