CI: Change prerelease bucket path from {VERSION} to {VERSION}_{BUILD_ID} (#108031)

* CI: Change prerelease bucket path from {VERSION} to {VERSION}_{BUILD_ID}

* use run_id
gen/custom-templates
Kevin Minehart 1 week ago committed by GitHub
parent 7002ab90ae
commit 180a901c7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release-build.yml

@ -186,5 +186,5 @@ jobs:
bucket: grafana-prerelease bucket: grafana-prerelease
pattern: artifacts-* pattern: artifacts-*
run-id: ${{ github.run_id }} run-id: ${{ github.run_id }}
bucket-path: ${{ needs.setup.outputs.version }} bucket-path: ${{ needs.setup.outputs.version }}_${{ github.run_id }}
environment: prod environment: prod

Loading…
Cancel
Save