chore: checkout artifacts in another directory

This commit is contained in:
Tony
2024-09-09 22:02:36 +08:00
parent 574d053ad3
commit 64e00e743a
+2
View File
@@ -56,9 +56,11 @@ jobs:
workflow: ${{ github.event.workflow_run.workflow_id }}
run_id: ${{ github.event.workflow_run.id }}
name: docker-image
path: ../artifacts-${{ github.run_id }}
- name: Import Docker image and set up Docker container
if: (env.TEST_CONTINUE)
working-directory: ../artifacts-${{ github.run_id }}
run: |
set -ex
zstd -d --stdout rsshub.tar.zst | docker load