1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 08:59:44 +01:00

Remove colon from artifact name.

This commit is contained in:
camer0n 2024-11-27 11:15:37 -08:00
parent a8bb4632a9
commit ba721496cd

View File

@ -163,8 +163,9 @@ jobs:
--input ./e107_tests/tests/_output/coverage/codeclimate.json
continue-on-error: true
- name: Upload test output
- name: Upload test output
uses: actions/upload-artifact@v4
with:
name: tests_output_${{ github.run_id }}_${{ matrix.interpreter.image }}_${{ matrix.db.image }}
name: tests_output_${{ github.run_id }}_${{ matrix.interpreter_image.replace(':', '_') }}_${{ matrix.database_image.replace(':', '_') }}
path: ./e107_tests/tests/_output/