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
  • Loading branch information
juliannguyen4 committed Feb 20, 2024
1 parent 0d97fc4 commit ca124a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit ca124a0

Please sign in to comment.