From befb110707070ec213c22127f714ca4f33762391 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 20:27:44 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8=20ar?= =?UTF-8?q?tifact=20=E4=B8=8A=E4=BC=A0=20-=20Gitea=20bug=20#35619?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker-image.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index b5bae0622..03e50e565 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -72,9 +72,11 @@ jobs: docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz ls -lh next-terminal-*.tar.gz - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: next-terminal-docker-${{ steps.version.outputs.VERSION }} - path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz - retention-days: 7 + # Artifact upload disabled - Gitea bug: https://github.com/go-gitea/gitea/issues/35619 + # The artifact URL uses DOMAIN:HTTP_PORT instead of ROOT_URL + # - name: Upload artifact + # uses: actions/upload-artifact@v3 + # with: + # name: next-terminal-docker-${{ steps.version.outputs.VERSION }} + # path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz + # retention-days: 7