We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8966a commit 872cb1eCopy full SHA for 872cb1e
.github/workflows/build-iso.yml
@@ -8,17 +8,18 @@ jobs:
8
iso:
9
name: Create and Upload ISO
10
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
+ steps:
+ - name: Build ISO
+ uses: jasonn3/build-container-installer@main
+ id: iso
+ with:
+ arch: x86_64
+ image_name: blue95
+ image_repo: ghcr.io/ledif
+ image_tag: latest
+ version: 41
+ variant: xfce
22
+ iso_name: blue95-latest-41.iso
23
24
- name: Upload ISOs and Checksum to R2
25
if: github.ref_name == 'main'
0 commit comments