Skip to content

1.6.2

1.6.2 #65

Workflow file for this run

name: jdk-17
on:
release:
types: [published]
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
build:
uses: ./.github/workflows/_build-template.yml
with:
directory: jdk-17
default_image: true
secrets: inherit