Skip to content

Commit 91e8364

Browse files
fix typo
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
1 parent 1cf2dd8 commit 91e8364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dapr_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: upload artifacts ## Following migration guide in https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
136136
uses: actions/upload-artifact@v4
137137
with:
138-
name: cli_drop-{{ matrix.target_os }}_${{ matrix.target_arch }}
138+
name: cli_drop-${{ matrix.target_os }}_${{ matrix.target_arch }}
139139
path: ${{ env.ARCHIVE_OUTDIR }}
140140
- name: Upload test results
141141
if: always()

0 commit comments

Comments
 (0)