Skip to content

Commit f1fce10

Browse files
committed
Fix typo in GH release
1 parent c28ed4e commit f1fce10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
# Archive name uses base target without libc version
139139
ARCHIVE_NAME="${NAME}-${{ matrix.target }}.tar.gz"
140-
tar czf "${ARCHIVE_NAME}" -C "target/${{ matrix.target }}}/release" "${BIN_NAME}"
140+
tar czf "${ARCHIVE_NAME}" -C "target/${{ matrix.target }}/release" "${BIN_NAME}"
141141
142142
echo "ARCHIVE_NAME=${ARCHIVE_NAME}" >> $GITHUB_OUTPUT
143143

0 commit comments

Comments
 (0)