Skip to content

Commit

Permalink
Added suffix to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrasseur-aneo committed Aug 28, 2024
1 parent f411c9c commit 7e5f278
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ inputs:
description: "Shared data folder to use with Extension Csharp"
required: false
default: ""
log-suffix:
description: "Suffix to append to the terraform output artifact"
required: false
default: "default"
outputs:
terraform-output:
description: "Terraform output of the deployment"
Expand Down Expand Up @@ -127,7 +131,7 @@ runs:
- name: Terraform output
uses: actions/upload-artifact@v4
with:
name: terraform-output
name: terraform-output-${{ inputs.log-suffix }}
path: |
${{ inputs.working-directory }}/infrastructure/quick-deploy/${{ inputs.type }}/generated
!${{ inputs.working-directory }}/infrastructure/quick-deploy/${{ inputs.type }}/generated/infra-modules
Expand Down

0 comments on commit 7e5f278

Please sign in to comment.