Atualizar .github/workflows/release-build.yml
All checks were successful
Build / build (push) Successful in 2m20s
All checks were successful
Build / build (push) Successful in 2m20s
This commit is contained in:
parent
e193cf1bc8
commit
a802a09c3c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-release:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: "arch-linux"
|
||||
env:
|
||||
NEMESIS_VERSION_NAME: "${{ github.ref_name }}"
|
||||
NEMESIS_BUILD_CHANNEL: "production"
|
||||
|
|
@ -37,4 +37,4 @@ jobs:
|
|||
with:
|
||||
files: build/libs/*.jar
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: ${{ github.ref_name }}
|
||||
name: ${{ github.ref_name }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue