mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: name
This commit is contained in:
parent
b329b2af00
commit
d109d4a880
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -105,7 +105,7 @@ jobs:
|
|||
id: upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.build.outputs.iso_name }}
|
||||
name: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_TAG }}-${{ matrix.version }}.iso
|
||||
path: |
|
||||
${{ steps.build.outputs.iso_name }}
|
||||
${{ steps.build.outputs.iso_name }}-CHECKSUM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue