File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,6 @@ jobs:
449449 - " manual"
450450 steps :
451451 - name : Checkout for manual tag
452- if : matrix.tags == 'manual'
453452 uses : actions/checkout@v2
454453 - uses : actions/download-artifact@v2
455454 with :
@@ -461,16 +460,14 @@ jobs:
461460 app_path : build/package/
462461 included_tags : ${{ matrix.tags }}
463462 - name : upload-appinspect-for-manual
464- if : always() && matrix.tags == 'manual'
465463 uses : actions/upload-artifact@v2
466464 with :
467465 name : appinspect_manual_checks.json
468466 path : appinspect_result.json
469467 - name : upload-manual-check-markdown
470- if : matrix.tags == 'manual'
471468 uses : actions/upload-artifact@v2
472469 with :
473- name : manual_check_markdown .txt
470+ name : ${{ matrix.tags }}_check_markdown .txt
474471 path : manual_check_markdown.txt
475472
476473 artifact-registry :
You can’t perform that action at this time.
0 commit comments