mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: installer.iso
|
||||
path: something.iso
|
||||
name: Fedora-LiveCD.iso
|
||||
path: Fedora-LiveCD.iso
|
||||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
compression-level: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue