Skip to content

Commit 3e1fb9f

Browse files
committed
ci: fix test log name
1 parent a0bff46 commit 3e1fb9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
dir=$(jq -r --arg cfg "${{ matrix.config }}" '.configs[$cfg].perl_build_dir' .apperl/user-project.json)
9898
echo "$dir"
99-
make -C $dir test 2>&1 | tee make-test.log
99+
make -C $dir test 2>&1 | tee ${{ matrix.config }}-make-test.log
100100
- name: Upload build artifacts
101101
uses: actions/upload-artifact@v7
102102
with:
@@ -106,7 +106,7 @@ jobs:
106106
${{ env.DEST_BIN }}
107107
${{ env.DEST_BIN }}.dbg
108108
${{ env.REL_NAME }}
109-
make-test.log
109+
${{ matrix.config }}-make-test.log
110110
111111
test-Perl-Dist-APPerl:
112112
name: test Perl-Dist-APPerl

0 commit comments

Comments
 (0)