Skip to content

Commit 1bb76b4

Browse files
authored
Update docker-image.yml
1 parent f8af22f commit 1bb76b4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,12 @@ jobs:
3535
- name: Upload Custom k6
3636
uses: actions/upload-artifact@v3
3737
with:
38-
path: ${{ steps.extract.outputs.destination }}
38+
path: ${{ steps.extract.outputs.destination }}/k6
3939
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

Comments
 (0)