mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-03 17:53:58 +00:00
chore(ci): Fix variable name
This commit is contained in:
parent
64edcd7660
commit
00faf9226a
8
.github/workflows/build_iso.yml
vendored
8
.github/workflows/build_iso.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
||||
major_version: [39]
|
||||
image_tag: [stable]
|
||||
steps:
|
||||
- name: Set EXTRA_BOOT_ARGS
|
||||
- name: Set EXTRA_BOOT_PARAMS
|
||||
run: |
|
||||
EXTRA_BOOT_ARGS=""
|
||||
EXTRA_BOOT_PARAMS=""
|
||||
if [[ "${{ matrix.image_name }}" == "bazzite=deck" || "${{ matrix.image_name }}" == "bazzite-deck-gnome" || "${{ matrix.image_name }}" == "bazzite-deck-budgie" ]]; then
|
||||
EXTRA_BOOT_ARGS="inst.resolution=1280x800"
|
||||
EXTRA_BOOT_PARAMS="inst.resolution=1280x800"
|
||||
fi
|
||||
- name: Build ISOs
|
||||
uses: ublue-os/isogenerator@1.0.6
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
IMAGE_TAG: ${{ matrix.image_tag }}
|
||||
ACTION_REPO: ublue-os/isogenerator
|
||||
ACTION_REF: 1.0.6
|
||||
EXTRA_BOOT_ARGS: ${{ env.EXTRA_BOOT_ARGS }}
|
||||
EXTRA_BOOT_PARAMS: ${{ env.EXTRA_BOOT_PARAMS }}
|
||||
- name: Upload ISOs and SHA Checksum Files to R2
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user