Skip to content

Commit a219594

Browse files
committed
bruh
1 parent eaa7cca commit a219594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build_binary_with_release_tag:
1414
- export GOARCH=amd64
1515
script:
1616
- 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'
17+
- curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_'$CI_COMMIT_TAG'.exe' --form 'key='$API_KEY
1818

1919

2020
build_binary_without_release_tag:

0 commit comments

Comments
 (0)