Skip to content

Commit e2ef83c

Browse files
committed
Try to fix workflow
1 parent 4f434af commit e2ef83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upload CLI binaries
33
on:
44
release:
55
types:
6-
- released
6+
- created
77

88
env:
99
TAG: ${{ github.event.release.tag_name }} # had some issue using this directly on windows

0 commit comments

Comments
 (0)