We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a3f276 + 304c75e commit bfb947dCopy full SHA for bfb947d
ci/buildappimage.sh
@@ -28,7 +28,7 @@ OLD_CWD=$(readlink -f .)
28
# generate release name
29
COMMIT=$(git rev-parse --short HEAD)
30
TAG=$(git describe --tags)
31
-RELEASE_NAME="dxfplotter-$TAG-$COMMIT-x86_64"
+RELEASE_NAME="dxfplotter-$TAG-$COMMIT-x86_64-linux"
32
33
# switch to build dir
34
pushd "$BUILD_DIR"
ci/deploywindows.sh
@@ -6,7 +6,7 @@ set -e
6
7
8
9
+RELEASE_NAME="dxfplotter-$TAG-$COMMIT-x86_64-windows"
10
11
BUILD_DIR="build"
12
BINARY_NAME="dxfplotter.exe"
doc/pocket.gif
9.25 KB
0 commit comments