You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experimenting with act to build https://github.com/fbertola/bgfx-python locally, naturally at the point when it tries to upload the whls it builds with cibuildwhl it fails (using the github upload action).
Is there any way I can retrieve what it has built up to that point, I saw there are some options around an "artifact server", is this the right place to look ?
...
[build/Build wheels on ubuntu-20.04-1] 💬 ::debug::Root artifact directory is /home/stu/projects/external/libraries/bgfx-python/wheelhouse
| Starting artifact upload
| For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
| Artifact name is valid!
[build/Build wheels on ubuntu-20.04-1] ❗ ::error::Unable to get ACTIONS_RUNTIME_TOKEN env variable
[build/Build wheels on ubuntu-20.04-1] ❌ Failure - Main Upload artifact
[build/Build wheels on ubuntu-20.04-1] exitcode '1': failure
[build/Build wheels on ubuntu-20.04-1] 🏁 Job failed
Error: Job 'Build wheels on ${{ matrix.os }}' failed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Thanks for
act
, it's incredibly useful.I was experimenting with act to build https://github.com/fbertola/bgfx-python locally, naturally at the point when it tries to upload the whls it builds with cibuildwhl it fails (using the github upload action).
Is there any way I can retrieve what it has built up to that point, I saw there are some options around an "artifact server", is this the right place to look ?
Beta Was this translation helpful? Give feedback.
All reactions