Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hgosansn authored May 3, 2022
1 parent f67cc13 commit 771f92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
git fetch
git checkout release
mv -f ./dist ./build
cp -rf ./dist/* .
git rm -r --cached .
git add ./build
git add .
git commit -m "Github action"
git push -u origin release --force

0 comments on commit 771f92f

Please sign in to comment.