CI: Fix upload x64 linux

This commit is contained in:
Krille Fear 2021-05-26 08:10:07 +00:00
parent 1e5393a9e1
commit b092aef74d

View File

@ -259,7 +259,7 @@ upload-web:
upload-linux-x86: upload-linux-x86:
extends: .release extends: .release
script: script:
- tar czf package.tar.gz -C build/linux/release/bundle/ . - tar czf package.tar.gz -C build/linux/x64/release/bundle/ .
- | - |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux-x86.tar.gz curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux-x86.tar.gz