CI: Disable upload windows job

This commit is contained in:
Krille Fear 2021-05-01 17:34:12 +00:00
parent 488b61b404
commit 91d6a9bb9a
1 changed files with 6 additions and 6 deletions

View File

@ -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