diff --git a/.github/workflows/deploycf.yml b/.github/workflows/deploycf.yml index f00b2ce..2ce672b 100644 --- a/.github/workflows/deploycf.yml +++ b/.github/workflows/deploycf.yml @@ -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 }} diff --git a/.github/workflows/deploygh.yml b/.github/workflows/deploygh.yml index 7e6fd39..cceb872 100644 --- a/.github/workflows/deploygh.yml +++ b/.github/workflows/deploygh.yml @@ -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 }}