Skip to content

Commit aafabef

Browse files
committed
chore(ci): fix artifact naming in e2e workflow
1 parent b4d0401 commit aafabef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)