mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 03:39: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]
|
major_version: [39]
|
||||||
image_tag: [stable]
|
image_tag: [stable]
|
||||||
steps:
|
steps:
|
||||||
- name: Set EXTRA_BOOT_ARGS
|
- name: Set EXTRA_BOOT_PARAMS
|
||||||
run: |
|
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
|
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
|
fi
|
||||||
- name: Build ISOs
|
- name: Build ISOs
|
||||||
uses: ublue-os/isogenerator@1.0.6
|
uses: ublue-os/isogenerator@1.0.6
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
IMAGE_TAG: ${{ matrix.image_tag }}
|
IMAGE_TAG: ${{ matrix.image_tag }}
|
||||||
ACTION_REPO: ublue-os/isogenerator
|
ACTION_REPO: ublue-os/isogenerator
|
||||||
ACTION_REF: 1.0.6
|
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
|
- name: Upload ISOs and SHA Checksum Files to R2
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user