-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from zelikos/merge-template
chore: Merge final changes from legacy-template
- Loading branch information
Showing
12 changed files
with
11 additions
and
386 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @castrojo | ||
* @xynydev |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 }} | ||
|
@@ -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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.