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 3294ab6 commit 061b471Copy full SHA for 061b471
.github/workflows/gradle-package.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
43
44
- name: Build with Gradle
45
- run: ./gradlew distribution:archives:freebsd-tar:assemble -D"build.snapshot=false" -D"license.key=x-pack/license-tools/src/test/resources/public.key"
+ run: ./gradlew distribution:archives:freebsd-tar:assemble -D"build.snapshot=false" -D"license.key=public.key"
46
env:
47
CI: false
48
# JAVA_HOME_17_X64
0 commit comments