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

fix: variable names

This commit is contained in:
Noel Miller 2024-03-06 00:52:03 -06:00
parent 8cafb5b139
commit 3fd50d41bd

View file

@ -84,7 +84,7 @@ jobs:
- name: Build ISO with new container - name: Build ISO with new container
env: env:
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }} ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.VERSION }}
uses: ./ uses: ./
with: with:
arch: ${{ env.ARCH}} arch: ${{ env.ARCH}}
@ -98,7 +98,7 @@ jobs:
- name: Upload ISO as artifact - name: Upload ISO as artifact
env: env:
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }} ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.VERSION }}
id: upload id: upload
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: