fix: 使用 upload-artifact@v3.2.2 - 支持 Gitea

This commit is contained in:
2026-04-20 20:33:11 +08:00
parent befb110707
commit 0e2dfe1c0a
2 changed files with 7 additions and 9 deletions
+6 -8
View File
@@ -72,11 +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 - 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
- name: Upload artifact
uses: actions/upload-artifact@v3.2.2
with:
name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
retention-days: 7