mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +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
|
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux.tar.gz
|
||||||
|
|
||||||
upload-windows:
|
#upload-windows:
|
||||||
extends: .release
|
# extends: .release
|
||||||
script:
|
# script:
|
||||||
- tar czf package.tar.gz -C build/windows/runner/Release/ .
|
# - 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
|
# curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-windows.tar.gz
|
||||||
|
|
||||||
upload-playstore:
|
upload-playstore:
|
||||||
stage: release
|
stage: release
|
||||||
|
Loading…
Reference in New Issue
Block a user