diff options
| -rw-r--r-- | .github/workflows/test-erlang-otp-21.3.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-erlang-otp-22.3.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-erlang-otp-21.3.yaml b/.github/workflows/test-erlang-otp-21.3.yaml index 3708e24f18..a7a3c7f074 100644 --- a/.github/workflows/test-erlang-otp-21.3.yaml +++ b/.github/workflows/test-erlang-otp-21.3.yaml @@ -3321,4 +3321,4 @@ jobs: AWS_REGION: ${{ secrets.AWS_REGION }} FILE: deps/rabbit-rabbitmq-deps.mk S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} - S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.sha }}/otp-21.3/rabbit-rabbitmq-deps.mk + S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.run_id }}/otp-21.3/rabbit-rabbitmq-deps.mk diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml index b2cc9c55a3..24b15a4633 100644 --- a/.github/workflows/test-erlang-otp-22.3.yaml +++ b/.github/workflows/test-erlang-otp-22.3.yaml @@ -3321,4 +3321,4 @@ jobs: AWS_REGION: ${{ secrets.AWS_REGION }} FILE: deps/rabbit-rabbitmq-deps.mk S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} - S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.sha }}/otp-21.3/rabbit-rabbitmq-deps.mk + S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.run_id }}/otp-21.3/rabbit-rabbitmq-deps.mk |
