Update .forgejo/workflows/release.yaml
This commit is contained in:
parent
ae8ebb4989
commit
018efcad2f
1 changed files with 8 additions and 5 deletions
|
@ -14,11 +14,14 @@ jobs:
|
|||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
- name: Check Java version
|
||||
run: |
|
||||
if ! command -v java >/dev/null; then
|
||||
echo "❌ Java is not installed"
|
||||
exit 1
|
||||
fi
|
||||
echo "✅ Java version:"
|
||||
java -version
|
||||
|
||||
- name: Decode keystore
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue