Replies: 2 comments
-
|
I just use upload-artifact@v4 with invalid params, so the job fails, and the Docker container is not cleaned and killed. Later, I go to Docker Desktop -> Containers -> Actions -> View Files and then retrieve the file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You can just activate the artifacts server by using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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