fix workflow env
This commit is contained in:
parent
8fe7dce0d0
commit
a6b793cef6
2
.github/workflows/deploycf.yml
vendored
2
.github/workflows/deploycf.yml
vendored
@ -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 }}
|
||||
|
||||
|
2
.github/workflows/deploygh.yml
vendored
2
.github/workflows/deploygh.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user