Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
fix: 重新打包时目标路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoLee committed Jun 6, 2022
1 parent 4b89de9 commit 544362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cd ./pack
7z x Gevjon.7z
rm Gevjon.7z -f
mv ./version.txt ./public/
mv ./version.txt ../public/
wget -q -O - https://ygocdb.com/api/v0/cards.zip | gunzip - > ./cards.json
ver=$(curl -s https://ygocdb.com/api/v0/cards.zip.md5|tr -d '"')
echo "$(jq --arg variable "$ver" '.dataVer = $variable' config.json)" > ./config.json
Expand Down

0 comments on commit 544362d

Please sign in to comment.