Skip to content

Commit e261fe5

Browse files
committed
Create directory if not exists
1 parent 7c55c7b commit e261fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
- name: Configure maven-repository-aws-s3
3636
run: |
37+
mkdir -p ~/.m2
3738
cat <<EOT > ~/.m2/settings.xml
3839
<settings>
3940
<servers>

0 commit comments

Comments
 (0)