We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8771ab commit 7d9a036Copy full SHA for 7d9a036
.github/workflows/tests.yml
@@ -123,7 +123,7 @@ jobs:
123
if: always()
124
uses: actions/upload-artifact@v4
125
with:
126
- name: contentbox-test-results-${{ matrix.cfengine }}-jdk:${{ matrix.jdkVersion }}-coldbox:${{ matrix.coldboxVersion }}
+ name: contentbox-test-results-${{ matrix.cfengine }}-jdk${{ matrix.jdkVersion }}-coldbox${{ matrix.coldboxVersion }}
127
path: |
128
tests/results/**/*
129
0 commit comments