diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 35059faa..e0834b49 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -128,6 +128,7 @@ jobs: flatpak_remote_refs_dir: ${{ steps.generate-flatpak-dir-shortname.outputs.flatpak-dir-shortname }} enable_flatpak_dependencies: "false" extra_boot_params: ${{ steps.generate-extra-params.outputs.extra-boot-params }} + web_ui: "true" - name: Move ISOs to Upload Directory id: upload-directory @@ -140,7 +141,7 @@ jobs: echo "iso-upload-dir=${ISO_UPLOAD_DIR}" >> $GITHUB_OUTPUT - name: Upload ISOs and Checksum to Job Artifacts - if: github.ref_name == 'testing' + #if: github.ref_name == 'testing' #if: github.event_name == 'pull_request' uses: actions/upload-artifact@v4 with: