Skip to content

Commit

Permalink
fix CreateRelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Mar 15, 2024
1 parent 612bdbd commit f855bfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CreateAndTestRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
sh scripts/${{ runner.os }}/2_deploy.sh ${{ steps.envs.outputs.deploy_options }}
- name: Upload PyMeshLab_${{ runner.os }}_${{ steps.envs.outputs.arch }}_python${{ matrix.pyversion }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PyMeshLab_${{ runner.os }}_${{ steps.envs.outputs.arch }}_python${{ matrix.pyversion }}
path: pymeshlab
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
pip install wheel
pip wheel . -w wheels/
- name: Upload wheel ${{ runner.os }}_${{ steps.envs.outputs.arch }} python ${{ matrix.pyversion }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pymeshlab_whl_${{ runner.os }}_${{ steps.envs.outputs.arch }}_python${{ matrix.pyversion }}
path: wheels/pymeshlab*.whl
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
run: |
pytest --pyargs pymeshlab -m "not glcontext"
#- name: Upload PyMeshLab results
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: PyMeshLabResults_${{ runner.os }}_${{ steps.envs.outputs.arch }}_python${{ matrix.pyversion }}
# path: pymeshlab/tests/sample_meshes/test_output
Expand Down

0 comments on commit f855bfb

Please sign in to comment.