This commit is contained in:
parent
fe22f1f089
commit
cf84f23765
@ -56,13 +56,13 @@ steps:
|
||||
- |
|
||||
curl \
|
||||
--header "Authorization: token $GIT_APIKEY" \
|
||||
--upload-file bin/skopeo_linux_amd64 \
|
||||
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo
|
||||
--upload-file bin/skopeo \
|
||||
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo_linux_amd64
|
||||
- |
|
||||
curl \
|
||||
--header "Authorization: token $GIT_APIKEY" \
|
||||
--upload-file bin/skopeo_windows_amd64.exe \
|
||||
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo
|
||||
--upload-file bin/skopeo.windows.amd64.exe \
|
||||
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo_windows_amd64
|
||||
environment:
|
||||
GIT_APIKEY:
|
||||
from_secret: git_apikey
|
||||
|
Loading…
Reference in New Issue
Block a user