Merge pull request #8251 from thalesmg/upload-appup-fix

ci: fix appup artifact upload patterns
This commit is contained in:
Thales Macedo Garitezi 2022-06-16 17:49:04 -03:00 committed by GitHub
commit 25fd9db4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -34,5 +34,8 @@ jobs:
with: with:
name: expected_appup_files name: expected_appup_files
path: | path: |
{src,apps}/**/*.appup.src apps/*/src/*.appup.src
src/*.appup.src
lib-ce/*/src/*.appup.src
lib-ee/*/src/*.appup.src
retention-days: 1 retention-days: 1