Skip to content

Commit 805d09d

Browse files
authored
Update release.yml
Make it verbose
1 parent 7f331d5 commit 805d09d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
echo "::set-output name=devTools::s25client_dev-tools_${{steps.get_tag.outputs.tag}}.tar.gz"
2626
- name: Create source distribution
2727
run: |
28+
set -x
2829
git submodule update --init
2930
git rev-parse HEAD > revision.txt
3031
NAME="s25client_${{steps.get_tag.outputs.tag}}"
@@ -33,7 +34,7 @@ jobs:
3334
mv "/tmp/$NAME" .
3435
# Cleanup
3536
rm -r "$NAME"/{appveyor.yml,codecov.yml,Jenkinsfile,tools/ci}
36-
find "$NAME" -name '.git*' -exec rm -r {} \;
37+
find "$NAME" -name '.git*' -exec rm -rv {} \;
3738
3839
tar -czf ${{steps.filenames.outputs.devTools}} "$NAME/external/dev-tools"
3940
rm -r "$NAME/external/dev-tools"/*

0 commit comments

Comments
 (0)