From abf113abe0afe1ede090a60d662b8c6b0ff109ee Mon Sep 17 00:00:00 2001 From: rogueking Date: Sat, 20 Jun 2026 02:23:52 -0400 Subject: [PATCH] fix iso gitea action --- .gitea/workflows/iso-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/iso-builder.yml b/.gitea/workflows/iso-builder.yml index 4415bad..020f8b6 100644 --- a/.gitea/workflows/iso-builder.yml +++ b/.gitea/workflows/iso-builder.yml @@ -100,11 +100,11 @@ jobs: - name: Upload ${{ matrix.host }} ISO artifact if: ${{ github.event_name != 'workflow_dispatch' || inputs.upload-artifact }} - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: ${{ matrix.host }}-installer-iso # Point directly at the .iso file so the artifact contains a single # file (not a directory of files that gets zipped together). - path: ${{ steps.build.outputs.iso-path }} + path: ${{ matrix.host }}-installer.iso if-no-files-found: error compression-level: 0