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
This commit is contained in:
Kevin Minehart
2025-07-11 16:38:43 +00:00
committed by GitHub
parent 7002ab90ae
commit 180a901c7d
+1 -1
View File
@@ -186,5 +186,5 @@ jobs:
bucket: grafana-prerelease
pattern: artifacts-*
run-id: ${{ github.run_id }}
bucket-path: ${{ needs.setup.outputs.version }}
bucket-path: ${{ needs.setup.outputs.version }}_${{ github.run_id }}
environment: prod