We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bff46 commit 3e1fb9fCopy full SHA for 3e1fb9f
1 file changed
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
run: |
97
dir=$(jq -r --arg cfg "${{ matrix.config }}" '.configs[$cfg].perl_build_dir' .apperl/user-project.json)
98
echo "$dir"
99
- make -C $dir test 2>&1 | tee make-test.log
+ make -C $dir test 2>&1 | tee ${{ matrix.config }}-make-test.log
100
- name: Upload build artifacts
101
uses: actions/upload-artifact@v7
102
with:
@@ -106,7 +106,7 @@ jobs:
106
${{ env.DEST_BIN }}
107
${{ env.DEST_BIN }}.dbg
108
${{ env.REL_NAME }}
109
- make-test.log
+ ${{ matrix.config }}-make-test.log
110
111
test-Perl-Dist-APPerl:
112
name: test Perl-Dist-APPerl
0 commit comments