Skip to content

Commit

Permalink
Fix buildkite-agent download args
Browse files Browse the repository at this point in the history
  • Loading branch information
keithduncan committed Jul 12, 2021
1 parent 90deee4 commit 5f59864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo '--- Downloading releases'

rm -rf pkg
mkdir -p pkg
buildkite-agent artifact download "pkg/*"
buildkite-agent artifact download "pkg/*" .

echo '--- Creating GitHub Release'

Expand Down

0 comments on commit 5f59864

Please sign in to comment.