Skip to content

Commit 84d8e9a

Browse files
committed
ci: fixing publish binary naming
1 parent bcd77d1 commit 84d8e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v1.4.7
2+
_commit: v1.4.8
33
_src_path: https://github.com/DeveloperC286/template
44
project_name: clean_git_history

ci/publish-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ fi
1212
RELEASE="$1"
1313
TARGET="$2"
1414

15-
tar -czvf "${TARGET}.tar.gz" -C "target/${TARGET}/release" "consistent_whitespace"
15+
tar -czvf "${TARGET}.tar.gz" -C "target/${TARGET}/release" "clean_git_history"
1616
gh release upload "${RELEASE}" "${TARGET}.tar.gz"
1717
rm "${TARGET}.tar.gz"

0 commit comments

Comments
 (0)