diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 468f4a5..a2650b8 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -51,7 +51,7 @@ jobs: - name: Download image run: | podman pull ghcr.io/ublue-os/base-main:39 - podman save --format oci-archive -o base-main-39.tar ghcr.io/ublue-os/base-main:39 + podman save --format oci -o container ghcr.io/ublue-os/base-main:39 podman rmi ghcr.io/ublue-os/base-main:39 - name: Create boot.iso @@ -84,4 +84,4 @@ jobs: if-no-files-found: error retention-days: 0 compression-level: 0 - overwrite: true \ No newline at end of file + overwrite: true