Skip to content

Commit ab8aebc

Browse files
committed
build script changes
1 parent a26c146 commit ab8aebc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env bash
22

3-
git push
4-
git push --tags origin master
5-
6-
TAG=$(git describe --abbrev=0 --tags)
3+
TAG=$(git describe --abbrev=0 --tags --exact-match)
74
git archive ${TAG} --prefix=DuetRRFPlugin/ --format=zip -o ~/Downloads/DuetRRFPlugin_${TAG}.zip
85

96
open https://github.com/Kriechi/Cura-DuetRRFPlugin/releases/new

0 commit comments

Comments
 (0)