Skip to content

Commit

Permalink
Another upload-artifact v4 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jul 16, 2024
1 parent 55c131a commit 39d7bd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ jobs:
cd ${RUNNER_WORKSPACE}
python_wheel_file_name=$(ls install-antimony/bindings/python/dist | grep '^antimony')
echo "python_wheel_artifacts_name=${python_wheel_file_name}" >> "${GITHUB_ENV}"
# we need to use relative path as actions/upload-artifact@v1 cannot find it on containerized runners
echo "python_wheel_artifacts_file=../install-antimony/bindings/python/dist/$python_wheel_file_name" >> "${GITHUB_ENV}"
echo "artifacts_path=${RUNNER_WORKSPACE}/install-antimony/bindings/python/dist/$python_wheel_file_name" >> "${GITHUB_ENV}"
- name: Upload Python wheel artifacts
if: matrix.platform.build_type == 'Release' && matrix.platform.build_python == 'ON'
Expand Down

0 comments on commit 39d7bd1

Please sign in to comment.