| 9 Jan 2025 |
Diamond (it/she) | In reply to@vendion:matrix.org Yeah, that is exactly what I was trying to do. Okay I'll have to rethink my approach as I was wanting to be able to use a CI pipeline to build the artifacts and use them as downloadable releases. The end users are not using Nix so having to work out deployment strategy you can put the path to a variable then give that to the artifact upload command | 00:51:44 |
Diamond (it/she) | are you using GHA? | 00:51:48 |
Diamond (it/she) | consider something like echo "build_output=$(devenv build [optional name])" >> $GITHUB_OUTPUT then give build_output to the upload-artifacts action | 00:52:25 |
vendion | No, using SourceHut and their build process | 00:52:31 |
Diamond (it/she) | consider something like echo "build_output=$(devenv build [optional name])" >> $GITHUB_OUTPUT then give build_output to the upload-artifacts action using gha variables | 00:52:32 |
Diamond (it/she) | hmm | 00:52:36 |