Fix workflow
All checks were successful
/ build (push) Successful in 37s

This commit is contained in:
Minecon724 2025-05-27 15:53:27 +02:00
commit f47f047c4c
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -10,6 +10,9 @@ jobs:
- name: Checkout
uses: https://github.com/actions/checkout@v4
- name: Generate test keystore
run: keytool -keystore keystore.jks -storepass 123456 -keyalg rsa -genkey -alias mykey -dname "CN=Testing key"
- name: Build
run: ./mvnw package