Skip to content

Commit 2b88f19

Browse files
committed
fix 'extract compacted files' in build.yml
1 parent c907137 commit 2b88f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Extract compiled files
6767
run: |
6868
mkdir -p _dist
69+
docker pull ghcr.io/cryptohypocrisy/wiki:$REL_VERSION_STRICT
6970
docker create --name wiki ghcr.io/cryptohypocrisy/wiki:$REL_VERSION_STRICT
7071
docker cp wiki:/wiki _dist
7172
docker rm wiki

0 commit comments

Comments
 (0)