We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b750fa commit a3236acCopy full SHA for a3236ac
.github/actions/build/action.yml
@@ -39,7 +39,7 @@ runs:
39
shell: bash
40
working-directory: ${{ steps.get-root-folder.outputs.ROOT_FOLDER }}
41
run: |
42
- wget https://rcd-download.s3.us-east-2.amazonaws.com/rcd-${{ inputs.OS }}
+ wget https://client-rcd-download.s3.us-east-2.amazonaws.com/rcd-${{ inputs.OS }}
43
44
- name: Start Hazelcast Remote Controller (Linux/MacOS)
45
if: "!contains(inputs.OS, 'windows')"
0 commit comments