mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use signed
This commit is contained in:
parent
bbb48d18e8
commit
96b528877b
3 changed files with 5 additions and 3 deletions
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
|
|
@ -75,12 +75,14 @@ jobs:
|
|||
image_repo=${IMAGE_REPO} \
|
||||
image_name=${IMAGE_NAME} \
|
||||
variant=${VARIANT}
|
||||
mkdir end_iso
|
||||
mv ${IMAGE_NAME}-${IMAGE_VERSION}.iso end_iso/
|
||||
|
||||
- name: Upload ISO as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ISOs
|
||||
path: deploy.iso
|
||||
path: end_iso/*.iso
|
||||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
compression-level: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue