Skip to content

Commit

Permalink
Fix mv command (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Sep 22, 2024
1 parent e044a15 commit a39d7e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
run: |
shopt -s dotglob
mv temp_generated_folder/* ./
mv temp_generated_folder/.* ./
mv temp_generated_folder/.[!.]* ./
mv temp_generated_folder/..?* ./
rmdir temp_generated_folder
- name: Amend the commit history
Expand Down

0 comments on commit a39d7e4

Please sign in to comment.