Skip to content

Commit

Permalink
fixup! [#539] Load binaries from release, instead of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
PruStephan committed Sep 22, 2023
1 parent a46e8e8 commit c682c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline-for-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ steps:
soft_fail: true # No artifacts to download if all the bottles are already built
commands:
- mkdir -p "Big Sur"
- gh release download build.tag -D "Big Sur/" -p "*.bottle.tar.gz"
- nix develop .#buildkite -c gh release download "$BUILDKITE_TAG" -D "Big Sur/" -p "*.bottle.tar.gz"
- nix develop .#autorelease -c ./scripts/sync-bottle-hashes.sh "$BUILDKITE_TAG" "Big Sur"

0 comments on commit c682c52

Please sign in to comment.