We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c529d83 commit 3772b74Copy full SHA for 3772b74
builder
@@ -37,7 +37,7 @@ case $1 in
37
-ldflags "-X github.com/mageddo/dns-proxy-server/flags.version=$VERSION" && \
38
cp -r ../static ../build/ && \
39
cd ../build/ && \
40
- tar -cvf dns-proxy-server-$VERSION.tgz * && \
+ tar -czvf dns-proxy-server-$VERSION.tgz * && \
41
cd ../
42
43
echo "build success"
0 commit comments