update uploading artifact job

This commit is contained in:
MaysWind
2025-09-27 14:46:48 +08:00
parent 786796d457
commit 2423b37cbb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
- name: Pull and save packaged files for ${{ matrix.arch }}
run: |
TAG=${{ needs.build-and-push.outputs.image-tag }}
TAG=${{ needs.build-linux-docker.outputs.image-tag }}
IMAGE=${{ secrets.DOCKER_USERNAME }}/ezbookkeeping:${TAG}
docker pull --platform ${{ matrix.arch }} ${IMAGE}
cid=$(docker create "${IMAGE}")