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
run: ${GOPATH}/bin/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
117
-
if: steps.prerelease.outputs.IS_PRE != 'true'
117
+
#if: steps.prerelease.outputs.IS_PRE != 'true'
118
118
119
119
- name: Upload autoupdate files to Arduino downloads servers
0 commit comments