Skip to content

Commit 872cb1e

Browse files
committed
fix(ci): invalid yaml
1 parent 5e8966a commit 872cb1e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/build-iso.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ jobs:
88
iso:
99
name: Create and Upload ISO
1010
runs-on: ubuntu-latest
11-
- name: Build ISO
12-
uses: jasonn3/build-container-installer@main
13-
id: iso
14-
with:
15-
arch: x86_64
16-
image_name: blue95
17-
image_repo: ghcr.io/ledif
18-
image_tag: latest
19-
version: 41
20-
variant: xfce
21-
iso_name: blue95-latest-41.iso
11+
steps:
12+
- name: Build ISO
13+
uses: jasonn3/build-container-installer@main
14+
id: iso
15+
with:
16+
arch: x86_64
17+
image_name: blue95
18+
image_repo: ghcr.io/ledif
19+
image_tag: latest
20+
version: 41
21+
variant: xfce
22+
iso_name: blue95-latest-41.iso
2223

2324
- name: Upload ISOs and Checksum to R2
2425
if: github.ref_name == 'main'

0 commit comments

Comments
 (0)