Merge commit '0eed79bad4f71874ca54755b758ca7c698d013b6' into checkpoint/main_from_release_1.6.2_0eed79bad4f71874ca54755b758ca7c698d013b6

This commit is contained in:
Amine Khaldi 2022-12-14 13:10:26 +01:00
commit 1d363dd70d
No known key found for this signature in database
GPG Key ID: B1C074FFC904E2D9

View File

@ -150,7 +150,7 @@ jobs:
chmod +x "$GITHUB_WORKSPACE/bladebit/bladebit"
- name: Get latest full release bladebit plotter
if: env.FULL_RELEASE == 'true'
if: '!github.event.release.prerelease'
run: |
FULLRELEASE_URL=$(curl -Ls -H "Accept: application/vnd.github+json" "https://api.github.com/repos/Chia-Network/bladebit/releases" | jq -r 'map(select(.prerelease | not)) | first.assets[] | select(.browser_download_url | endswith("${{ matrix.os.bladebit-suffix }}")).browser_download_url')
mkdir "$GITHUB_WORKSPACE/bladebit"