fix: 恢复 artifact 上传功能 - Gitea SSL 配置已修复
This commit is contained in:
@@ -72,10 +72,9 @@ 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
|
||||||
|
|
||||||
# Artifact upload disabled due to Gitea SSL configuration issue
|
- name: Upload artifact
|
||||||
# - name: Upload artifact
|
uses: actions/upload-artifact@v3
|
||||||
# uses: actions/upload-artifact@v3
|
with:
|
||||||
# with:
|
name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
|
||||||
# name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
|
path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
||||||
# path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
retention-days: 7
|
||||||
# retention-days: 7
|
|
||||||
|
|||||||
Reference in New Issue
Block a user