We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa7cca commit a219594Copy full SHA for a219594
.gitlab-ci.yml
@@ -14,7 +14,7 @@ build_binary_with_release_tag:
14
- export GOARCH=amd64
15
script:
16
- go build -o goverwatch_$CI_COMMIT_TAG.exe main.go
17
- - curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_'$CI_COMMIT_TAG'.exe' --form 'key=$API_KEY'
+ - curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_'$CI_COMMIT_TAG'.exe' --form 'key='$API_KEY
18
19
20
build_binary_without_release_tag:
0 commit comments