We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094d079 commit 45c7225Copy full SHA for 45c7225
1 file changed
.github/workflows/create-db-commands.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Generate SQL commands from DBML
28
run: |
29
- dbml2sql --${{ matrix.db }} --input qwparity_schema.dbml --output qwparity_schema_${{ matrix.db }}.sql
+ dbml2sql --${{ matrix.db }} -o qwparity_schema_${{ matrix.db }}.sql qwparity_schema.dbml
30
31
- name: Upload artifact
32
uses: actions/upload-artifact@v5
0 commit comments