This commit is contained in:
parent
77b8ad6ca4
commit
6209152c36
@ -2,13 +2,9 @@ name: Java CI-CD with Gradle
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'patches/**'
|
||||
- 'gradle.properties'
|
||||
- 'gradle/wrapper/gradle-wrapper.properties'
|
||||
- 'build.gradle.kts'
|
||||
- 'settings.gradle.kts'
|
||||
- '.gitea/**'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -41,8 +37,9 @@ jobs:
|
||||
ln -s /usr/local/go/bin/go /usr/bin/go
|
||||
go version
|
||||
- name: "Release"
|
||||
uses: https://ssl.lunadeer.cn:14446/actions/release-action@main
|
||||
uses: https://ssl.lunadeer.cn:14446/zhangyuheng/release-action@main
|
||||
with:
|
||||
note: "请下载 `DeerFolia-paperclip-xxx.jar` 前缀的版本。"
|
||||
files: |-
|
||||
staging/*.jar
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
Loading…
Reference in New Issue
Block a user