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 a030770 commit 5221802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -10,8 +10,8 @@
version: ${{ env.VERSION }}
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 5221802

Please sign in to comment.