We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d3a4c commit 8e9af70Copy full SHA for 8e9af70
1 file changed
upload-release.sh
@@ -26,7 +26,7 @@ SRC_TAR="${NV}.tar"
26
git archive --prefix="$NV/" --format="tar" HEAD -- . > "$SRC_TAR" \
27
|| die "failed to export sources"
28
(cd cswrap && git archive --prefix="$NV/cswrap/" --format="tar" HEAD -- \
29
- cswrap-util.{c,h} > ../cswrap-util.tar) \
+ src/cswrap-util.{c,h} > ../cswrap-util.tar) \
30
|| die "failed to export submodule"
31
tar -Af "$SRC_TAR" cswrap-util.tar || die "failed to concatenate TAR"
32
0 commit comments