Wow, the github actions on the new caravel project...
# caravel
m
Wow, the github actions on the new caravel project are cool! Though I do feel slightly bad about building the PDK every push!
is there a way to get the built files?
t
No, but we have a plan for that; just isn't ready yet because we don't want to be the ones maintaining packages or containers.
s
The actions/upload-artifact is what you would want. It should scrape the specified folder and give you a TAR accessible in the build status.
err, maybe not. looks like the actions flow is in a container?