Skip to content

Commit

Permalink
chore: fix tarball typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed May 1, 2024
1 parent 2b10b7b commit d6a79bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test-cont.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: (env.TEST_CONTINUE)
run: |
set -ex
zstd -d --stdout rsshub.tar.zst | docker load
zstd -d --stdout docker-image/rsshub.tar.zst | docker load
docker run -d \
--name rsshub \
-e NODE_ENV=dev \
Expand Down

0 comments on commit d6a79bd

Please sign in to comment.