Skip to content

Commit 061b471

Browse files
committed
Use Elastic's public key for licensing
1 parent 3294ab6 commit 061b471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
4343

4444
- 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"
45+
run: ./gradlew distribution:archives:freebsd-tar:assemble -D"build.snapshot=false" -D"license.key=public.key"
4646
env:
4747
CI: false
4848
# JAVA_HOME_17_X64

0 commit comments

Comments
 (0)