File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,14 @@ jobs:
3636 parameters : |
3737 {
3838 "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
39- "outdir": "s3://${{ vars.AWS_S3_BUCKET }}/scrnaseq/results-${{ steps.revision.outputs.revision }}"
39+ "outdir": "s3://${{ vars.AWS_S3_BUCKET }}/scrnaseq/results-${{ steps.revision.outputs.revision }}/aligner_${{ matrix.aligner }}",
40+ "aligner": "${{ matrix.aligner }}"
4041 }
4142 profiles : test_full
4243
4344 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4445 with :
45- name : Seqera Platform debug log file
46+ name : seqera_platform_debug_log_${{ matrix.aligner }}
4647 path : |
47- tower_action_ *.log
48- tower_action_ *.json
48+ seqera_platform_action_ *.log
49+ seqera_platform_action_ *.json
You can’t perform that action at this time.
0 commit comments