We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26c146 commit ab8aebcCopy full SHA for ab8aebc
build.sh
@@ -1,9 +1,6 @@
1
#!/usr/bin/env bash
2
3
-git push
4
-git push --tags origin master
5
-
6
-TAG=$(git describe --abbrev=0 --tags)
+TAG=$(git describe --abbrev=0 --tags --exact-match)
7
git archive ${TAG} --prefix=DuetRRFPlugin/ --format=zip -o ~/Downloads/DuetRRFPlugin_${TAG}.zip
8
9
open https://github.com/Kriechi/Cura-DuetRRFPlugin/releases/new
0 commit comments