You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ jobs:
116
116
if: matrix.operating-system == 'macos-10.15'
117
117
118
118
- 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
120
120
# if: steps.prerelease.outputs.IS_PRE != 'true'
121
121
122
122
- name: Upload autoupdate files to Arduino downloads servers
0 commit comments