diff --git a/.github/workflows/promote-iso.yml b/.github/workflows/promote-iso.yml index 9dc4634..694819a 100644 --- a/.github/workflows/promote-iso.yml +++ b/.github/workflows/promote-iso.yml @@ -51,6 +51,7 @@ jobs: echo "Running in DRY RUN mode - no files will be copied" /home/linuxbrew/.linuxbrew/bin/rclone sync R2_TEST:aurora-dl-test R2_PROD:aurora-dl \ --filter "- *-testing-*" \ + --filter "- *-webui-*" \ --filter "+ *.iso" \ --filter "+ *.iso-CHECKSUM" \ --filter "- *" \ @@ -63,6 +64,7 @@ jobs: echo "Promoting ISOs from Test to Production" /home/linuxbrew/.linuxbrew/bin/rclone sync R2_TEST:aurora-dl-test R2_PROD:aurora-dl \ --filter "- *-testing-*" \ + --filter "- *-webui-*" \ --filter "+ *.iso" \ --filter "+ *.iso-CHECKSUM" \ --filter "- *" \ diff --git a/.github/workflows/reusable-build-iso-anaconda.yml b/.github/workflows/reusable-build-iso-anaconda.yml index 0d761a5..44886c0 100644 --- a/.github/workflows/reusable-build-iso-anaconda.yml +++ b/.github/workflows/reusable-build-iso-anaconda.yml @@ -79,7 +79,7 @@ jobs: image_ref="${IMAGE_REGISTRY}/${image_name}" KARGS="NONE" echo "image_ref=$image_ref" >> "${GITHUB_OUTPUT}" - echo "artifact_format=${image_name}-${IMAGE_VERSION}-webui-$(uname -m)" >> "${GITHUB_OUTPUT}" + echo "artifact_format=${image_name}-${IMAGE_VERSION}-$(uname -m)" >> "${GITHUB_OUTPUT}" echo "kargs=$KARGS" >> "${GITHUB_OUTPUT}" - name: Generate titanoboa-compatible file list