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

use unique artifact name

This commit is contained in:
Jason N. 2024-02-15 15:58:38 +00:00
parent 7be43f1c09
commit a2d36d6a09

View file

@ -104,7 +104,7 @@ jobs:
- name: Upload ISO as artifact
uses: actions/upload-artifact@v4
with:
name: ISOs
name: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}.iso
path: end_iso/*.iso
if-no-files-found: error
retention-days: 0