Skip to content

Commit

Permalink
chore(ci): update version with fix (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller authored Feb 25, 2024
1 parent 2843cbc commit a69e3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
EXTRA_BOOT_PARAMS="inst.resolution=1280x800"
fi
- name: Build ISOs
uses: ublue-os/[email protected].6
uses: ublue-os/[email protected].7
with:
ARCH: x86_64
IMAGE_NAME: ${{ matrix.image_name }}
Expand All @@ -43,7 +43,7 @@ jobs:
VERSION: ${{ matrix.major_version }}
IMAGE_TAG: ${{ matrix.image_tag }}
ACTION_REPO: ublue-os/isogenerator
ACTION_REF: 1.0.6
ACTION_REF: 1.0.7
EXTRA_BOOT_PARAMS: ${{ env.EXTRA_BOOT_PARAMS }}
- name: Upload ISOs and SHA Checksum Files to R2
shell: bash
Expand Down

0 comments on commit a69e3e4

Please sign in to comment.