This commit is contained in:
parent
ed146f441d
commit
956d2e6b53
@ -8,7 +8,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ 17 ]
|
java: '17'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Make release
|
- name: Make release
|
||||||
uses: actions/gitea-release-action@v1
|
uses: actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
name: Create Air Fabric 1.0-1${{ gitea.run_id }} for 1.20.1
|
name: Create Air Fabric 1.0-${{ gitea.run_id }} for 1.20.1
|
||||||
md5sum: true
|
md5sum: true
|
||||||
sha256sum: true
|
sha256sum: true
|
||||||
files: |-
|
files: |-
|
||||||
|
Loading…
Reference in New Issue
Block a user