We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f331d5 commit 805d09dCopy full SHA for 805d09d
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
echo "::set-output name=devTools::s25client_dev-tools_${{steps.get_tag.outputs.tag}}.tar.gz"
26
- name: Create source distribution
27
run: |
28
+ set -x
29
git submodule update --init
30
git rev-parse HEAD > revision.txt
31
NAME="s25client_${{steps.get_tag.outputs.tag}}"
@@ -33,7 +34,7 @@ jobs:
33
34
mv "/tmp/$NAME" .
35
# Cleanup
36
rm -r "$NAME"/{appveyor.yml,codecov.yml,Jenkinsfile,tools/ci}
- find "$NAME" -name '.git*' -exec rm -r {} \;
37
+ find "$NAME" -name '.git*' -exec rm -rv {} \;
38
39
tar -czf ${{steps.filenames.outputs.devTools}} "$NAME/external/dev-tools"
40
rm -r "$NAME/external/dev-tools"/*
0 commit comments