Skip to content

Commit

Permalink
Fix: git clone file name too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
songbirdzz committed May 19, 2024
1 parent 7d7b7ce commit d27c8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- run: git config --system core.longpaths true # to avoid file name too long error
- run: choco install yq
- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- run: git config --system core.longpaths true # to avoid file name too long error
- run: choco install yq
- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit d27c8d2

Please sign in to comment.