1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02: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 --input ./e107_tests/tests/_output/coverage/codeclimate.json
continue-on-error: true continue-on-error: true
- name: Upload test output
- name: Upload test output - name: Upload test output
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: 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/ path: ./e107_tests/tests/_output/