Skip to content

Commit

Permalink
Merge pull request #23 from AkashiCoin/auto-build
Browse files Browse the repository at this point in the history
feat(build): 支持自动构建并上传
  • Loading branch information
HibiKier authored Aug 23, 2024
2 parents 0321cc8 + 2c01a11 commit bf4f844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: |
git checkout --orphan dist
mv dist ../
rm -rf ./*
rm -rf ./.*
rm -rf ./.github ./.gitignore ./*
mv ../dist ./dist
git config --local user.email '[email protected]'
git config --local user.name 'AkashiCoin'
Expand Down

0 comments on commit bf4f844

Please sign in to comment.