Skip to content

Commit c06257e

Browse files
committed
remove new line
1 parent 0969147 commit c06257e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/fuzz_duckdb.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
done
7272
7373
- name: Rename Artifact
74-
run: mv duckdb_sqlsmith/sqlsmith.complete.log duckdb_sqlsmith/fuzz_complete_logs_${{ inputs.fuzzer }}_\
75-
${{ inputs.data }}_ev_is_${{ inputs.enable_verification }}_${{ inputs.randoms_config_filepath }}.sql
74+
run: mv duckdb_sqlsmith/sqlsmith.complete.log duckdb_sqlsmith/fuzz_complete_logs_${{ inputs.fuzzer }}_${{ inputs.data }}_ev_is_${{ inputs.enable_verification }}_${{ inputs.randoms_config_filepath }}.sql
7675
7776
- name: Upload fuzz_clogs
7877
if: always()

0 commit comments

Comments
 (0)