modified: .github/workflows/build_docker.yml

This commit is contained in:
elseif 2026-07-16 09:59:39 +08:00
parent 57f2724d69
commit e44ea1504b

View File

@ -203,6 +203,6 @@ jobs:
- name: Upload tar artifact
uses: actions/upload-artifact@v7
with:
name: chr-docker-image
name: chr-docker-image-${{ env.VERSION }}
path: artifacts/*.tar
archive: false