diff --git a/.buildkite/pipeline-for-tags.yml b/.buildkite/pipeline-for-tags.yml index 9678f592d..d2ab9ea6d 100644 --- a/.buildkite/pipeline-for-tags.yml +++ b/.buildkite/pipeline-for-tags.yml @@ -91,7 +91,7 @@ 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 build.tag -D "Big Sur/" -p "*.bottle.tar.gz" - ls "Big Sur" - label: delete test-release pre-release