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:
|
deploy:
|
||||||
name: Deploy to CurseForge (${{ github.event.inputs.tag }})
|
name: Deploy to CurseForge (${{ github.event.inputs.tag }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: build_pack
|
||||||
env:
|
env:
|
||||||
name: build_pack
|
|
||||||
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
||||||
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}
|
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:
|
deploy:
|
||||||
name: Deploy to GitHub Releases (${{ github.event.inputs.tag }})
|
name: Deploy to GitHub Releases (${{ github.event.inputs.tag }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: build_pack
|
||||||
env:
|
env:
|
||||||
name: build_pack
|
|
||||||
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
||||||
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}
|
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user