add env name to workflows
This commit is contained in:
parent
56df927643
commit
8fe7dce0d0
1
.github/workflows/deploycf.yml
vendored
1
.github/workflows/deploycf.yml
vendored
@ -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 }}
|
||||
|
||||
|
1
.github/workflows/deploygh.yml
vendored
1
.github/workflows/deploygh.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user