Skip to content

限制 Java 副手运行场景 #21

限制 Java 副手运行场景

限制 Java 副手运行场景 #21

Workflow file for this run

name: Publish
on:
push:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- run: |
ref_name="${GITHUB_REF_NAME//\//~}"
curl "https://jitpack.io/com/github/${GITHUB_REPOSITORY}/${ref_name}-SNAPSHOT/build.log"