Skip to content

Commit

Permalink
[CLIENT-1837] CI/CD: Fix bug where Windows artifacts aren't uploaded …
Browse files Browse the repository at this point in the history
…to JFrog (#508)
  • Loading branch information
juliannguyen4 committed Feb 20, 2024
1 parent 0d97fc4 commit bd7224c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd7224c

Please sign in to comment.