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 cb781e7 commit 5e87a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -55,7 +55,7 @@ jobs:
- name: Copy XSDs to src
working-directory: ./csv_parser/json_schema2xsd
run: |
mv out/* ../../src/main/resources/xsd/
mv out/*.xsd ../../src/main/resources/xsd/
- name: Remove input JSON Schemas
working-directory: ./csv_parser/json_schema2xsd
Expand Down
2 changes: 2 additions & 0 deletions csv_parser/json_schema2xsd/out/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Placeholder
Folder were output XSDs are temporarily located before being moved to the Java model library.

0 comments on commit 5e87a7b

Please sign in to comment.