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:
commit
e993364f4d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue