Skip to content

Commit 45c7225

Browse files
committed
Fix dbml2sql command
1 parent 094d079 commit 45c7225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-db-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Generate SQL commands from DBML
2828
run: |
29-
dbml2sql --${{ matrix.db }} --input qwparity_schema.dbml --output qwparity_schema_${{ matrix.db }}.sql
29+
dbml2sql --${{ matrix.db }} -o qwparity_schema_${{ matrix.db }}.sql qwparity_schema.dbml
3030
3131
- name: Upload artifact
3232
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)