Skip to content

Commit

Permalink
chore: fix typo in sdk-spec-test.yml pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Aug 20, 2024
1 parent 28e4174 commit b0fcad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-spec-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
if: ${{ env.LOCAL_BUILD == 'true' }}
uses: actions/upload-artifact@v4
with:
name: out-${{ matrix.test }}-${{ matrix.target }}
name: out-${{ matrix.test.name }}-${{ matrix.target }}
path: out/*

- name: Output Terraform log
Expand Down

0 comments on commit b0fcad4

Please sign in to comment.