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 aa5b478 commit 9b4e81b
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,4 +1,5 @@
- name: apprendo
---
name: apprendo
uses: jasonn3/build-container-installer@main
id: build
with:
Expand All @@ -10,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 Down

0 comments on commit 9b4e81b

Please sign in to comment.