ci: 暂时禁用 artifact 上传 - Gitea bug #35619
This commit is contained in:
@@ -72,9 +72,11 @@ jobs:
|
|||||||
docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
||||||
ls -lh next-terminal-*.tar.gz
|
ls -lh next-terminal-*.tar.gz
|
||||||
|
|
||||||
- name: Upload artifact
|
# Artifact upload disabled - Gitea bug: https://github.com/go-gitea/gitea/issues/35619
|
||||||
uses: actions/upload-artifact@v3
|
# The artifact URL uses DOMAIN:HTTP_PORT instead of ROOT_URL
|
||||||
with:
|
# - name: Upload artifact
|
||||||
name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
|
# uses: actions/upload-artifact@v3
|
||||||
path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
# with:
|
||||||
retention-days: 7
|
# name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
|
||||||
|
# path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
||||||
|
# retention-days: 7
|
||||||
|
|||||||
Reference in New Issue
Block a user