From 8cd3a7c9630db460dc5c74813b40e4579825252f Mon Sep 17 00:00:00 2001 From: pasqu4le Date: Mon, 25 Sep 2023 15:16:25 +0200 Subject: [PATCH] fixup! Add proper nix expression --- .buildkite/pipeline-for-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline-for-tags.yml b/.buildkite/pipeline-for-tags.yml index c5531a004..58c3f84cd 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" - - nix develop .#buildkite -c gh release download "$BUILDKITE_TAG" -D "Big Sur/" -p "*.bottle.tar.gz" + - nix develop .#buildkite -c gh release download "$BUILDKITE_TAG" -D "Big Sur/" -p "*big_sur.bottle.tar.gz" - ls "Big Sur" - label: delete test-releasepre-release