Merge pull request #8170 from thalesmg/ci-upload-expected-appup-43

ci(appup): upload appup files when ci check fails
This commit is contained in:
Thales Macedo Garitezi 2022-06-10 16:44:22 -03:00 committed by GitHub
commit e993364f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -29,3 +29,10 @@ jobs:
run: ./scripts/update-appup.sh emqx-ee --check run: ./scripts/update-appup.sh emqx-ee --check
- name: Check apps version - name: Check apps version
run: ./scripts/apps-version-check.sh run: ./scripts/apps-version-check.sh
- uses: actions/upload-artifact@v3.1.0
if: failure()
with:
name: expected_appup_files
path: |
{src,apps}/**/*.appup.src
retention-days: 1