diff --git a/.github/workflows/build_portable_linux_pytorch_wheels.yml b/.github/workflows/build_portable_linux_pytorch_wheels.yml index a0eba92372e..355e32c8465 100644 --- a/.github/workflows/build_portable_linux_pytorch_wheels.yml +++ b/.github/workflows/build_portable_linux_pytorch_wheels.yml @@ -253,7 +253,6 @@ jobs: aws-region: us-east-2 role-to-assume: arn:aws:iam::692859939525:role/therock-${{ inputs.release_type }}-releases - - name: Determine upload flag env: BUILD_RESULT: ${{ needs.build_pytorch_wheels.result }} diff --git a/.github/workflows/build_windows_pytorch_wheels.yml b/.github/workflows/build_windows_pytorch_wheels.yml index 5bf4020acbf..02f22fca669 100644 --- a/.github/workflows/build_windows_pytorch_wheels.yml +++ b/.github/workflows/build_windows_pytorch_wheels.yml @@ -219,7 +219,7 @@ jobs: with: amdgpu_family: ${{ inputs.amdgpu_family }} test_runs_on: ${{ needs.generate_target_to_run.outputs.test_runs_on }} - cloudfront_url: ${{ inputs.cloudfront_url }} + cloudfront_url: ${{ inputs.cloudfront_staging_url }} python_version: ${{ inputs.python_version }} torch_version: ${{ needs.build_pytorch_wheels.outputs.torch_version }}