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

add release info

This commit is contained in:
Jason N. 2024-02-26 12:15:05 -05:00
parent c7c714cdc5
commit df93ae631b
3 changed files with 53 additions and 2 deletions

View file

@ -91,13 +91,13 @@ jobs:
- name: Rename ISO
run: |
mv build/deploy.iso ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso
mv build/deploy.iso build/${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso
- name: Upload ISO as artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso
path: end_iso/*.iso
path: build/*.iso
if-no-files-found: error
retention-days: 0
compression-level: 0