File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,15 +193,15 @@ jobs:
193193 if [ -n "${MACOS_ARM64_SHA}" ]; then
194194 cat <<EOFRUBY
195195 on_arm do
196- url "https://github.com/ruphy/sshdb/releases/download/v\ #{version}/sshdb-macos-aarch64.tar.gz"
196+ url "https://github.com/ruphy/sshdb/releases/download/v#{version}/sshdb-macos-aarch64.tar.gz"
197197 sha256 "${MACOS_ARM64_SHA}"
198198 end
199199 EOFRUBY
200200 fi
201201 if [ -n "${MACOS_X86_64_SHA}" ]; then
202202 cat <<EOFRUBY
203203 on_intel do
204- url "https://github.com/ruphy/sshdb/releases/download/v\ #{version}/sshdb-macos-x86_64.tar.gz"
204+ url "https://github.com/ruphy/sshdb/releases/download/v#{version}/sshdb-macos-x86_64.tar.gz"
205205 sha256 "${MACOS_X86_64_SHA}"
206206 end
207207 EOFRUBY
@@ -216,7 +216,7 @@ jobs:
216216
217217 on_linux do
218218 on_intel do
219- url "https://github.com/ruphy/sshdb/releases/download/v\ #{version}/sshdb-linux-x86_64.tar.gz"
219+ url "https://github.com/ruphy/sshdb/releases/download/v#{version}/sshdb-linux-x86_64.tar.gz"
220220 sha256 "${LINUX_X86_64_SHA}"
221221 end
222222 end
You can’t perform that action at this time.
0 commit comments