disabled gui tests
This commit is contained in:
parent
4007bcc2b7
commit
8638e98989
2 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ get_release_files(){
|
||||||
|
|
||||||
main(){
|
main(){
|
||||||
TAG=${GITHUB_REF#refs/tags/}
|
TAG=${GITHUB_REF#refs/tags/}
|
||||||
|
VERSION=${TAG#version-}
|
||||||
build_release_files
|
build_release_files
|
||||||
FILES="$(get_release_files)"
|
FILES="$(get_release_files)"
|
||||||
gh release create $TAG $FILES
|
gh release create $TAG $FILES
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue