Update .gitlab-ci.yml

This commit is contained in:
DeepBlueV7.X 2023-01-05 04:06:26 +00:00 committed by Nicolas Werner
parent 6fdc3f04f8
commit f6b047d595
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -275,6 +275,8 @@ appimage-amd64:
- appimage-builder --skip-test - appimage-builder --skip-test
after_script: after_script:
- bash ./.ci/upload-nightly-gitlab.sh nheko-latest-x86_64.AppImage - bash ./.ci/upload-nightly-gitlab.sh nheko-latest-x86_64.AppImage
rules:
- if : '$CI_PIPELINE_TRIGGERED == null'
artifacts: artifacts:
paths: paths:
- 'nheko-latest-x86_64.AppImage' - 'nheko-latest-x86_64.AppImage'