Fix action
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: Build (dev)
|
name: Build (main)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "dev"
|
- "main"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
MC_VERSION: "1.19.2"
|
MC_VERSION: "1.19.2"
|
||||||
@@ -52,4 +52,4 @@ jobs:
|
|||||||
automatic_release_tag: "main-latest"
|
automatic_release_tag: "main-latest"
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
files: "build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar"
|
files: "build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar"
|
||||||
prerelease: true
|
prerelease: false
|
||||||
|
|||||||
Reference in New Issue
Block a user