Skip to content

Commit

Permalink
Rollback upload-artifact version because of known bug when uploading …
Browse files Browse the repository at this point in the history
…multiple files.
  • Loading branch information
androst committed Feb 1, 2024
1 parent 4868a8f commit e3d569f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
auditwheel repair ${{github.workspace}}/build/pyromocc/dist/pyromocc-*.whl --plat ${{ steps.determine_platform.outputs.platform }} -w ${{github.workspace}}/build/pyromocc/dist/wheelhouse
- name: Upload Python wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: Python wheel
path: ${{github.workspace}}/build/pyromocc/dist/wheelhouse/pyromocc-*.whl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target create_python_wheel

- name: Upload Python wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: Python wheel
path: ${{github.workspace}}/build/pyromocc/dist/pyromocc-*.whl
Expand Down

0 comments on commit e3d569f

Please sign in to comment.