Skip to content

Commit

Permalink
fix: use ublue-os/isogenerator-old
Browse files Browse the repository at this point in the history
they renamed the repo
  • Loading branch information
xynydev committed Feb 20, 2024
1 parent d3ba4a5 commit f729ad0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release-iso.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
paths:
- 'boot_menu.yml'
- '.github/workflows/release-iso.yml'
- "boot_menu.yml"
- ".github/workflows/release-iso.yml"
workflow_dispatch:

name: release-iso
Expand All @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
container:
container:
image: fedora:39
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Generate ISO
uses: ublue-os/[email protected]
- name: Generate ISO
uses: ublue-os/isogenerator-old@v2.3.1
id: isogenerator
with:
image-name: ${{ github.event.repository.name }}
Expand All @@ -43,5 +43,4 @@ jobs:
- name: Upload SHA256SUM
env:
GITHUB_TOKEN: ${{ github.token }}
run:
gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber
run: gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber

0 comments on commit f729ad0

Please sign in to comment.