Join Slack
Powered by
Wow, the github actions on the new caravel project...
# caravel
m
Matt Venn
04/23/2021, 2:39 PM
Wow, the github actions on the new caravel project are cool! Though I do feel slightly bad about building the PDK every push!
Matt Venn
04/23/2021, 3:14 PM
is there a way to get the built files?
t
Tim Edwards
04/23/2021, 3:41 PM
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
Steve Kelly
04/23/2021, 6:36 PM
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.
Steve Kelly
04/23/2021, 6:36 PM
example:
https://github.com/RAPcores/rapcores/blob/9ec238a377dc13872fa511adbd7866acc234e21f/.github/workflows/main.yml#L28-L33
Steve Kelly
04/23/2021, 6:37 PM
err, maybe not. looks like the actions flow is in a container?
Open in Slack
Previous
Next