Skip to content

Commit

Permalink
Merge pull request #31274 from vespa-engine/aressem/fix-upload-path
Browse files Browse the repository at this point in the history
Correct upload path for artifacts.
  • Loading branch information
Harald Musum authored May 22, 2024
2 parents 0e305bb + 8d3b955 commit f66470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/publish-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ for FILE in *.tar; do
cosign sign-blob -y --oidc-provider=buildkite-agent --output-signature "$FILE.sig" --output-certificate "$FILE.pem" "$FILE"
done

buildkite-agent artifact upload "*.tar;*.tar.sig;*.tar.pem" "$BUILDKITE_ARTIFACT_DESTINATION/$VESPA_VERSION"
buildkite-agent artifact upload "*.tar;*.tar.sig;*.tar.pem" "$BUILDKITE_ARTIFACT_DESTINATION/$VESPA_VERSION/artifacts/$ARCH"

0 comments on commit f66470f

Please sign in to comment.