Skip to content

Commit

Permalink
fix relative dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 4, 2022
1 parent fe6df2f commit a7f63a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/scripts/steps/artifacts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ if [[ "${RELEASE_BUILD:-}" == "true" ]]; then
--skip-docker-contexts
fi

buildkite-agent artifact upload "target/*"
cd target
buildkite-agent artifact upload "*"
cd -

0 comments on commit a7f63a7

Please sign in to comment.