diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1960f1..e8583a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -167,7 +167,7 @@ jobs: image_tag: ${{ env.MY_IMAGE_TAG }} version: ${{ env.VERSION }} variant: ${{ env.VARIANT }} - iso_name: ${{ env.MY_IMAGE_NAME }}-${{ env.IMAGE_TAG }}-${{ env.VERSION }}.iso + iso_name: ${{ env.MY_IMAGE_NAME }}-${{ env.MY_IMAGE_TAG }}-${{ env.VERSION }}.iso # This example is for uploading your ISO as a Github artifact. You can do something similar using any cloud storage, so long as you copy the output - name: Upload ISO as artifact