add env name to workflows

This commit is contained in:
tracer4b 2022-07-07 17:48:54 +08:00
parent 56df927643
commit 8fe7dce0d0
2 changed files with 2 additions and 0 deletions

View File

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

View File

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