Skip to content

Commit

Permalink
Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Oct 10, 2023
1 parent f23136f commit e9686bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
wget https://github.com/qiuxiang/genshin-maps/files/12844845/data.tar.gz
tar xf data.tar.gz
mv dist/data_pb.* src/
mv index.html dist/
cp index.html dist/
corepack enable
pnpm i
cp node_modules/canvaskit-wasm/bin/canvaskit.wasm dist/
Expand Down

0 comments on commit e9686bd

Please sign in to comment.