Skip to content

Fix an issue that withAndroidTarget in put in the wrong group in … #167

Fix an issue that withAndroidTarget in put in the wrong group in …

Fix an issue that withAndroidTarget in put in the wrong group in … #167

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: ["*"]
# pull_request:
# branches: [ "*" ]
jobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: read
steps:
- uses: huanshankeji/.github/actions/[email protected]
with:
jdk-versions: 17-temurin
dependency-submission:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: write
steps:
- uses: huanshankeji/.github/actions/[email protected]
with:
jdk-versions: 17-temurin