Skip to content

Commit 4a9460d

Browse files
committed
windows files requires extension
1 parent 844790e commit 4a9460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: matrix.operating-system == 'macos-10.15'
117117

118118
- name: Create autoupdate files
119-
run: go-selfupdate arduino-create-agent${{ matrix.ext }} ${TAG_VERSION} # this will create `public/` dir with compressed full bin (<version>/<os>-<arch>.gz) and a json file
119+
run: go-selfupdate${{ matrix.ext }} arduino-create-agent${{ matrix.ext }} ${TAG_VERSION} # this will create `public/` dir with compressed full bin (<version>/<os>-<arch>.gz) and a json file
120120
# if: steps.prerelease.outputs.IS_PRE != 'true'
121121

122122
- name: Upload autoupdate files to Arduino downloads servers

0 commit comments

Comments
 (0)