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
# This is a workaround while waiting for create-release action to implement auto pre-release based on tag
@@ -65,7 +68,6 @@ jobs:
65
68
go get github.com/golangci/govet
66
69
go get golang.org/x/lint/golint
67
70
go get -u github.com/sanbornm/go-selfupdate/...
68
-
shell: bash
69
71
70
72
- name: Install Taskfile
71
73
uses: arduino/actions/setup-taskfile@master
@@ -114,8 +116,9 @@ jobs:
114
116
run: task build
115
117
if: matrix.operating-system == 'macos-10.15'
116
118
119
+
# this will create `public/` dir with compressed full bin (<version>/<os>-<arch>.gz) and a json file
117
120
- name: Create autoupdate files
118
-
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
0 commit comments