Skip to content

Commit a0cbb88

Browse files
committed
move comment
1 parent 60aefb8 commit a0cbb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
run: task build
116116
if: matrix.operating-system == 'macos-10.15'
117117

118+
# this will create `public/` dir with compressed full bin (<version>/<os>-<arch>.gz) and a json file
118119
- name: Create autoupdate files
119120
run: |
120121
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
122+
go-selfupdate arduino-create-agent${{ matrix.ext }} ${TAG_VERSION}
122123
ls
123-
ls public/
124124
# if: steps.prerelease.outputs.IS_PRE != 'true'
125125

126126
- name: Upload autoupdate files to Arduino downloads servers

0 commit comments

Comments
 (0)