Skip to content

Commit

Permalink
be verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldBlock committed Oct 3, 2021
1 parent e38879a commit aa108d7
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 @@ -12,7 +12,7 @@ jobs:
run: |
for s in $(find -regex ".*\.example\(\..*\)?")
do
mv $s $(sed s/.example// <<< $s)
mv -v $s $(sed s/.example// <<< $s)
done
- name: npm install and build
run: |
Expand Down

0 comments on commit aa108d7

Please sign in to comment.