fix workflow env

This commit is contained in:
tracer4b 2022-07-07 18:12:40 +08:00
parent 8fe7dce0d0
commit a6b793cef6
2 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ jobs:
deploy:
name: Deploy to CurseForge (${{ github.event.inputs.tag }})
runs-on: ubuntu-latest
environment: build_pack
env:
name: build_pack
GITHUB_TAG: ${{ github.event.inputs.tag }}
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}

View File

@ -14,8 +14,8 @@ jobs:
deploy:
name: Deploy to GitHub Releases (${{ github.event.inputs.tag }})
runs-on: ubuntu-latest
environment: build_pack
env:
name: build_pack
GITHUB_TAG: ${{ github.event.inputs.tag }}
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}