Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcbdc9a200 | |||
| 7cbdab0471 | |||
| 464bcf0f61 | |||
| 97c8cebdb4 | |||
| cd3a05103b | |||
| cc11402470 | |||
| ae0f15023c | |||
| 0eed167715 | |||
| f60cd064f3 |
+7
-18
@@ -64,6 +64,13 @@ jobs:
|
||||
- run:
|
||||
name: "Publish Release on GitHub"
|
||||
command: |
|
||||
mkdir -p ~/git/GitHub/canha
|
||||
cd ~/git/GitHub/canha
|
||||
git clone https://github.com/canha/golang-tools-install-script
|
||||
cd golang-tools-install-script/
|
||||
bash goinstall.sh
|
||||
source ~/.bashrc
|
||||
|
||||
go get github.com/tcnksm/ghr
|
||||
VERSION=$(my-binary --version)
|
||||
$tag = if([string]::IsNullOrEmpty($env:CIRCLE_TAG)) { "0.0.0" } else { $env:CIRCLE_TAG }
|
||||
@@ -134,15 +141,6 @@ workflows: #happens with every PR to main
|
||||
- main
|
||||
- /ci\/.*/
|
||||
context: innosetup
|
||||
- publish-github-release:
|
||||
requires:
|
||||
- build-connector-win
|
||||
filters:
|
||||
tags:
|
||||
only: /([0-9]+)\.([0-9]+)\.([0-9]+)(?:-\w+)?$/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
context: innosetup
|
||||
|
||||
deploy: # build installers and deploy
|
||||
jobs:
|
||||
@@ -166,15 +164,6 @@ workflows: #happens with every PR to main
|
||||
branches:
|
||||
ignore: /.*/
|
||||
context: innosetup
|
||||
- publish-github-release:
|
||||
requires:
|
||||
- build-deploy-connector-win
|
||||
filters:
|
||||
tags:
|
||||
only: /([0-9]+)\.([0-9]+)\.([0-9]+)(?:-\w+)?$/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
context: innosetup
|
||||
- deploy-manager2:
|
||||
slug: arcgis
|
||||
os: Win
|
||||
|
||||
Reference in New Issue
Block a user