Skip to content

Commit a3236ac

Browse files
authored
[TRIVIAL] Updated RCD download URL in GH workflows (#1035)
1 parent 1b750fa commit a3236ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
shell: bash
4040
working-directory: ${{ steps.get-root-folder.outputs.ROOT_FOLDER }}
4141
run: |
42-
wget https://rcd-download.s3.us-east-2.amazonaws.com/rcd-${{ inputs.OS }}
42+
wget https://client-rcd-download.s3.us-east-2.amazonaws.com/rcd-${{ inputs.OS }}
4343
4444
- name: Start Hazelcast Remote Controller (Linux/MacOS)
4545
if: "!contains(inputs.OS, 'windows')"

0 commit comments

Comments
 (0)