Skip to content

Commit

Permalink
move everparse archive to subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Jul 14, 2023
1 parent 35ff76b commit e21eefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
docker run $ci_docker_image_tag /bin/bash -c 'cat $EVERPARSE_HOME/log.txt' > log.txt
docker run $ci_docker_image_tag /bin/bash -c 'cat $EVERPARSE_HOME/everparse.tar.gz || true' > everparse.tar.gz
mkdir -p everparse
mv everparse.tar.gz everparse/
(cd everparse && tar xf everparse.tar.gz)
$ci_docker_status
env:
Expand Down

0 comments on commit e21eefd

Please sign in to comment.