From 18ae3ce0a9c75590ae43f0e95cd9fec1a7545aba Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Wed, 14 Feb 2024 10:23:16 -0600 Subject: [PATCH] fix: workflow --- .github/workflows/iso.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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