mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 06:22:34 +01:00
CI: Disable upload windows job
This commit is contained in:
parent
488b61b404
commit
91d6a9bb9a
@ -270,12 +270,12 @@ upload-linux-arm64:
|
||||
- |
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux.tar.gz
|
||||
|
||||
upload-windows:
|
||||
extends: .release
|
||||
script:
|
||||
- tar czf package.tar.gz -C build/windows/runner/Release/ .
|
||||
- |
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-windows.tar.gz
|
||||
#upload-windows:
|
||||
# extends: .release
|
||||
# script:
|
||||
# - tar czf package.tar.gz -C build/windows/runner/Release/ .
|
||||
# - |
|
||||
# curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-windows.tar.gz
|
||||
|
||||
upload-playstore:
|
||||
stage: release
|
||||
|
Loading…
Reference in New Issue
Block a user