liberica-jdk: Not updated to 25, Add ARM64 version instead of 32-bit #92
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| issues: | |
| types: [ opened, labeled ] | |
| name: Issues | |
| jobs: | |
| issueHandler: | |
| name: IssueHandler | |
| runs-on: windows-latest | |
| steps: | |
| - uses: actions/checkout@main | |
| - name: IssueHandler | |
| uses: ScoopInstaller/GithubActions@main | |
| if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |