Skip to content

Commit

Permalink
Add proper nix expression
Browse files Browse the repository at this point in the history
  • Loading branch information
PruStephan committed Sep 13, 2023
1 parent 5401bab commit 0ad5f51
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 @@ -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
Expand Down

0 comments on commit 0ad5f51

Please sign in to comment.