Update packaging action name
This commit is contained in:
parent
5f2f90faf8
commit
2f465e6047
|
@ -199,7 +199,7 @@ jobs:
|
||||||
(cd dist && unzip "../terraform_${{ env.version }}_${{ env.os }}_${{ env.arch }}.zip")
|
(cd dist && unzip "../terraform_${{ env.version }}_${{ env.os }}_${{ env.arch }}.zip")
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
- name: Build Linux distribution packages
|
- name: Build Linux distribution packages
|
||||||
uses: hashicorp/package@v1
|
uses: hashicorp/actions-packaging-linux@v1
|
||||||
with:
|
with:
|
||||||
name: "terraform"
|
name: "terraform"
|
||||||
description: "Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned."
|
description: "Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned."
|
||||||
|
|
Loading…
Reference in New Issue