We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8191e1 commit b1ec1b8Copy full SHA for b1ec1b8
codefresh-release.yml
@@ -321,7 +321,7 @@ steps:
321
image: codefresh/build-cli
322
commands:
323
- VERSION=v${{PACKAGE_VERSION}}
324
- - cp --force codefresh-$VERSION-macos-x64.tar.gz $VERSION.tar.gz
+ - curl -L https://github.com/codefresh-io/cli/releases/download/$VERSION/codefresh-$VERSION-macos-x64.tar.gz > $VERSION.tar.gz
325
- echo "compute SHA256 ..."
326
- SHA256="$(shasum -a 256 ./$VERSION.tar.gz | awk '{print $1}')"
327
- echo "generate file from template ..."
@@ -335,7 +335,7 @@ steps:
335
}" https://api.github.com/repos/codefresh-io/homebrew-cli/contents/Formula/codefresh.rb
336
when:
337
steps:
338
- - name: archive_macos
+ - name: upload_macos
339
on:
340
- success
341
0 commit comments