Skip to content

Commit

Permalink
fix move command
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Feb 19, 2024
1 parent 883710b commit b7f9768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config --global user.name "$user_name"
git config --global user.email "$user_email"
mv extra/* __old_version
rsync -a extra/ __old_version/
cd __old_version
git add -A
Expand Down

0 comments on commit b7f9768

Please sign in to comment.