File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 if : ${{ failure() }}
198198 uses : actions/upload-artifact@v7
199199 with :
200- name : mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}-- scenario_minimal- -cardano-${{ matrix.cardano_node_version }}
200+ name : mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}-scenario_minimal-cardano-${{ matrix.cardano_node_version }}
201201 path : |
202202 ./artifacts/*
203203 # including node.sock makes the upload fails so exclude them:
@@ -274,7 +274,7 @@ jobs:
274274 if : ${{ failure() }}
275275 uses : actions/upload-artifact@v7
276276 with :
277- name : mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}-- scenario_full- -cardano-${{ matrix.cardano_node_version }}
277+ name : mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}-scenario_full-cardano-${{ matrix.cardano_node_version }}
278278 path : |
279279 ./artifacts/*
280280 # including node.sock makes the upload fails so exclude them:
You can’t perform that action at this time.
0 commit comments