ublue-os / isogenerator

Creates an ISO for installing a container image as an OS
Apache License 2.0
15 stars 2 forks source link

feat: add action outputs #47

Closed p5 closed 8 months ago

p5 commented 8 months ago

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.

noelmiller commented 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?