mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: added env to both places it is needed
This commit is contained in:
parent
fb248cd54c
commit
ddb61d80c3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -97,6 +97,8 @@ jobs:
|
||||||
iso_name: ${{ env.ISO_NAME }}
|
iso_name: ${{ env.ISO_NAME }}
|
||||||
|
|
||||||
- name: Upload ISO as artifact
|
- name: Upload ISO as artifact
|
||||||
|
env:
|
||||||
|
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}
|
||||||
id: upload
|
id: upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue