Skip to content

Commit 8e9af70

Browse files
committed
upload-release.sh: reflect separate src dir in cswrap
1 parent f6d3a4c commit 8e9af70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upload-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SRC_TAR="${NV}.tar"
2626
git archive --prefix="$NV/" --format="tar" HEAD -- . > "$SRC_TAR" \
2727
|| die "failed to export sources"
2828
(cd cswrap && git archive --prefix="$NV/cswrap/" --format="tar" HEAD -- \
29-
cswrap-util.{c,h} > ../cswrap-util.tar) \
29+
src/cswrap-util.{c,h} > ../cswrap-util.tar) \
3030
|| die "failed to export submodule"
3131
tar -Af "$SRC_TAR" cswrap-util.tar || die "failed to concatenate TAR"
3232

0 commit comments

Comments
 (0)