Update .gitlab-ci.yml

This commit is contained in:
DeepBlueV7.X 2023-01-05 04:06:26 +00:00 committed by GitHub
parent 5ba74a5d90
commit 82376877af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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'