Closed p5 closed 8 months ago
Awesome work on this! Once this is merged, could you refactor https://github.com/ublue-os/bazzite/blob/main/.github/workflows/build_iso.yml and https://github.com/ublue-os/bluefin/blob/main/.github/workflows/build_iso.yml to use the new outputs method and the updated version of the release?
Closes #42
Creates action outputs pointing to the directory containing the built artifacts, the path to the ISO file and the path to the checksum file. This has been documented in the README.md
I have also updated the CI job to use these outputs so we can validate it's all working as expected.