Skip to content

Commit

Permalink
we better advice to use shell: "bash" for M$ Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Dec 22, 2023
1 parent ab0e49e commit 2f93b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
run: |
rm -Rf testdata-generator-quarkus-rest-app/src/main/resources/static-web/ui
mv testdata-generator-ui/dist testdata-generator-quarkus-rest-app/src/main/resources/static-web/ui
shell: "bash"

- name: "Prepare Build"
run: >
Expand Down Expand Up @@ -291,6 +292,7 @@ jobs:
run: |
rm -Rf testdata-generator-quarkus-rest-app/src/main/resources/static-web/ui
mv testdata-generator-ui/dist testdata-generator-quarkus-rest-app/src/main/resources/static-web/ui
shell: "bash"

- name: "Prepare Build"
run: >
Expand Down Expand Up @@ -414,6 +416,7 @@ jobs:
run: |
rm -Rf testdata-generator-quarkus-rest-app/src/main/resources/static-web/ui
mv testdata-generator-ui/dist testdata-generator-quarkus-rest-app/src/main/resources/static-web/ui
shell: "bash"


- name: "Prepare Build"
Expand Down

0 comments on commit 2f93b6b

Please sign in to comment.