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 bcd77d1 commit 84d8e9aCopy full SHA for 84d8e9a
.copier-answers.yml
@@ -1,4 +1,4 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v1.4.7
+_commit: v1.4.8
3
_src_path: https://github.com/DeveloperC286/template
4
project_name: clean_git_history
ci/publish-binary.sh
@@ -12,6 +12,6 @@ fi
12
RELEASE="$1"
13
TARGET="$2"
14
15
-tar -czvf "${TARGET}.tar.gz" -C "target/${TARGET}/release" "consistent_whitespace"
+tar -czvf "${TARGET}.tar.gz" -C "target/${TARGET}/release" "clean_git_history"
16
gh release upload "${RELEASE}" "${TARGET}.tar.gz"
17
rm "${TARGET}.tar.gz"
0 commit comments