1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix resulting file

This commit is contained in:
Jason N. 2024-02-14 21:27:41 +00:00
parent e48aa8e2c6
commit 27225fa966
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ jobs:
- name: Create deploy.iso
run: |
make deploy.iso \
make ${IMAGE_NAME}-${IMAGE_VERSION}.iso \
arch=${IMAGE_ARCH} \
version=${IMAGE_VERSION} \
image_repo=${IMAGE_REPO} \