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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,12 +115,12 @@ jobs:
115
115
run: task build
116
116
if: matrix.operating-system == 'macos-10.15'
117
117
118
+
# this will create `public/` dir with compressed full bin (<version>/<os>-<arch>.gz) and a json file
118
119
- name: Create autoupdate files
119
120
run: |
120
121
ls
121
-
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
0 commit comments