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 dfdd0a4 commit ab3d7eaCopy full SHA for ab3d7ea
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: gradle/actions/setup-gradle@v4
32
33
- name: Build with Gradle
34
- run: ./install-locator/gradlew runtime
+ run: ./install-locator/gradlew runtime -p ./install-locator
35
36
- name: Install dependencies
37
run: npm ci
0 commit comments