From 968ce7684ff4b7c4900c7d1932e070bac62b5fc3 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 13:40:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=20artifact=20?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD=20-=20Gitea=20SSL=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B7=B2=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker-image.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 0321fa6cb..b5bae0622 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -72,10 +72,9 @@ jobs: docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz ls -lh next-terminal-*.tar.gz - # Artifact upload disabled due to Gitea SSL configuration issue - # - 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 + - 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