We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e719d43 commit f96b867Copy full SHA for f96b867
.github/workflows/build.yml
@@ -194,7 +194,7 @@ jobs:
194
PROPERTIES="$(./gradlew properties --console=plain -q)"
195
IDE_VERSIONS="$(echo "$PROPERTIES" | grep "^pluginVerifierIdeVersions:" | base64)"
196
echo "ideVersions=$IDE_VERSIONS" >> $GITHUB_OUTPUT
197
- echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
+ echo "pluginVerifierHomeDir=~/.cache/pluginVerifier" >> $GITHUB_OUTPUT
198
# Cache Plugin Verifier IDEs
199
- name: Setup Plugin Verifier IDEs Cache
200
uses: actions/cache@v3
0 commit comments