Fix action

This commit is contained in:
nostal
2022-10-23 23:38:08 +08:00
committed by GitHub
parent 751d95c2fe
commit d416e45f62

View File

@@ -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