mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix iso name
This commit is contained in:
parent
3eb12341f8
commit
089b8b16b2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
|
|
@ -47,8 +47,8 @@ jobs:
|
||||||
- name: Upload ISO as Artifact
|
- name: Upload ISO as Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: installer.iso
|
name: Fedora-LiveCD.iso
|
||||||
path: something.iso
|
path: Fedora-LiveCD.iso
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 0
|
retention-days: 0
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue