Skip to content

Commit

Permalink
Update build_iso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YardQuit authored Dec 24, 2024
1 parent 4e0eb63 commit a030770
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: apprendo
- name: apprendo
uses: jasonn3/build-container-installer@main
id: build
with:
Expand All @@ -11,7 +11,7 @@
variant: ${{ env.VARIANT }}
iso_name: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_TAG }}-${{ env.VERSION }}.iso

- name: Upload ISO as artifact
- name: Upload ISO as artifact
id: upload
uses: actions/upload-artifact@v4
with:
Expand All @@ -22,3 +22,4 @@
if-no-files-found: error
retention-days: 0
compression-level: 0
---

0 comments on commit a030770

Please sign in to comment.