fix: use ublue-os/isogenerator-old
they renamed the repo
This commit is contained in:
parent
d3ba4a5f53
commit
f729ad0bde
13
.github/workflows/release-iso.yml
vendored
13
.github/workflows/release-iso.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'boot_menu.yml'
|
- "boot_menu.yml"
|
||||||
- '.github/workflows/release-iso.yml'
|
- ".github/workflows/release-iso.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
name: release-iso
|
name: release-iso
|
||||||
@ -12,13 +12,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
container:
|
container:
|
||||||
image: fedora:39
|
image: fedora:39
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Generate ISO
|
- name: Generate ISO
|
||||||
uses: ublue-os/isogenerator@v2.3.1
|
uses: ublue-os/isogenerator-old@v2.3.1
|
||||||
id: isogenerator
|
id: isogenerator
|
||||||
with:
|
with:
|
||||||
image-name: ${{ github.event.repository.name }}
|
image-name: ${{ github.event.repository.name }}
|
||||||
@ -43,5 +43,4 @@ jobs:
|
|||||||
- name: Upload SHA256SUM
|
- name: Upload SHA256SUM
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
run:
|
run: gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber
|
||||||
gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user