chore(ci): enable web_ui

This commit is contained in:
Noel Miller 2024-04-26 20:45:40 -05:00
parent c4670d271d
commit 4714d79e7b

View File

@ -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: