ci: fix x86_64 build artifacts

This commit is contained in:
Kateřina Churanová 2021-05-28 22:08:10 +02:00
parent a9be871956
commit 6fba1cc720

View file

@ -165,7 +165,7 @@ build_linux_x86:
artifacts: artifacts:
when: on_success when: on_success
paths: paths:
- build/linux/release/bundle/ - build/linux/x64/release/bundle/
build_linux_arm64: build_linux_arm64:
stage: coverage stage: coverage