Skip to content

Commit f96b867

Browse files
committed
Fix cache folder for plugin verifier
1 parent e719d43 commit f96b867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
PROPERTIES="$(./gradlew properties --console=plain -q)"
195195
IDE_VERSIONS="$(echo "$PROPERTIES" | grep "^pluginVerifierIdeVersions:" | base64)"
196196
echo "ideVersions=$IDE_VERSIONS" >> $GITHUB_OUTPUT
197-
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
197+
echo "pluginVerifierHomeDir=~/.cache/pluginVerifier" >> $GITHUB_OUTPUT
198198
# Cache Plugin Verifier IDEs
199199
- name: Setup Plugin Verifier IDEs Cache
200200
uses: actions/cache@v3

0 commit comments

Comments
 (0)