Update workflow file
This commit is contained in:
@ -6,6 +6,8 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
env:
|
||||
RUN_NUMBER: ${{ gitea.run_number }}
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '21' ]
|
||||
@ -49,7 +51,7 @@ jobs:
|
||||
name: create-air-fabric
|
||||
|
||||
- name: Extract files
|
||||
run: unzip create-air-fabric.zip
|
||||
run: unzip create-air-fabric
|
||||
|
||||
- name: Make release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
|
Reference in New Issue
Block a user