From 20b7f52734c5d3d7f16cf8a4bc5df059438d736f Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:27:19 -0800 Subject: [PATCH] [CLIENT-1837] CI/CD: Fix bug where Windows artifacts aren't uploaded to JFrog (#508) --- .github/workflows/build-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 3a4323faf..8137f3807 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -428,7 +428,7 @@ jobs: - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl - name: ${{ matrix.python[0] }}-win_amd64 + name: ${{ matrix.python[0] }}-win_amd64.build - name: Set final commit status uses: myrotvorets/set-commit-status-action@v2.0.0 @@ -462,7 +462,7 @@ jobs: - name: Download wheel uses: actions/download-artifact@v3 with: - name: ${{ matrix.python[0] }}-win_amd64 + name: ${{ matrix.python[0] }}-win_amd64.build - name: Install wheel run: python${{ matrix.python[1] }} -m pip install aerospike --force-reinstall --no-index --find-links=./ - name: Connect to Docker container on remote machine with Docker daemon