fix release upload maybe?
This commit is contained in:
parent
86acd3bb2c
commit
9478fa1f5e
1 changed files with 3 additions and 1 deletions
|
|
@ -233,8 +233,10 @@ upload-linux-arm64:
|
||||||
|
|
||||||
upload-windows:
|
upload-windows:
|
||||||
extends: .release
|
extends: .release
|
||||||
|
image: alpine:latest
|
||||||
script:
|
script:
|
||||||
- pushd build/windows/runner/Release; zip -r ../../../../package.zip . ; popd
|
- apk add --no-cache curl zip
|
||||||
|
- cd build/windows/runner/Release; zip -r ../../../../package.zip . ; cd -
|
||||||
- |
|
- |
|
||||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.zip ${PACKAGE_REGISTRY_URL}/fluffychat-windows.zip
|
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.zip ${PACKAGE_REGISTRY_URL}/fluffychat-windows.zip
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue