Skip to content

Commit

Permalink
Use unique artifact names in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Jun 18, 2024
1 parent e260033 commit 4f7a217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ runs:
echo "ami_id=$(jq -r .builds[0].artifact_id "${AMI_NAME}-manifest.json" | cut -d ':' -f 2)" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
with:
name: version-info
name: version-info-${{ inputs.k8s_version }}-${{ inputs.os_distro }}
path: "*-version-info.json"

0 comments on commit 4f7a217

Please sign in to comment.