mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
chore: checkout artifacts in another directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user