Skip to content

Commit eecb515

Browse files
committed
Fix artifact name - remove slashes
1 parent d706d7c commit eecb515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
if: failure()
190190
uses: actions/upload-artifact@v4
191191
with:
192-
name: lucee-logs-${{ matrix.luceeVersion }}
192+
name: lucee-logs-${{ contains(matrix.luceeVersion, '7.0') && 'v7' || 'v6' }}
193193
path: |
194194
express/logs/
195195
express/lucee-server/context/logs/

0 commit comments

Comments
 (0)