We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406e4bb commit 98855a7Copy full SHA for 98855a7
contrib/make_release
@@ -20,9 +20,13 @@ echo building...
20
21
zig build -Dall_targets --release --prefix "$DESTDIR/build"
22
23
+VERSION=$(/bin/cat "$DESTDIR/build/version")
24
+
25
+git archive --format=tar.gz --output="$DESTDIR/flow-$VERSION-source.tar.gz" HEAD
26
+git archive --format=zip --output="$DESTDIR/flow-$VERSION-source.zip" HEAD
27
28
cd "$DESTDIR/build"
29
-VERSION=$(/bin/cat version)
30
TARGETS=$(/bin/ls)
31
32
for target in $TARGETS; do
0 commit comments