Skip to content

Commit

Permalink
chore/action: fixing mv command
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfd committed Feb 13, 2024
1 parent 5e87a7b commit 5c1cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
working-directory: ./csv_parser/json_schema2xsd
run: gradle run

- name: Copy XSDs to src
- name: Move XSDs to src
working-directory: ./csv_parser/json_schema2xsd
run: |
mv out/*.xsd ../../src/main/resources/xsd/
Expand Down

0 comments on commit 5c1cfbc

Please sign in to comment.