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:
|
||||
push:
|
||||
branches:
|
||||
- "dev"
|
||||
- "main"
|
||||
|
||||
env:
|
||||
MC_VERSION: "1.19.2"
|
||||
@@ -52,4 +52,4 @@ jobs:
|
||||
automatic_release_tag: "main-latest"
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
files: "build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar"
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user