We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf2dd8 commit 91e8364Copy full SHA for 91e8364
.github/workflows/dapr_cli.yaml
@@ -135,7 +135,7 @@ jobs:
135
- name: upload artifacts ## Following migration guide in https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
136
uses: actions/upload-artifact@v4
137
with:
138
- name: cli_drop-{{ matrix.target_os }}_${{ matrix.target_arch }}
+ name: cli_drop-${{ matrix.target_os }}_${{ matrix.target_arch }}
139
path: ${{ env.ARCHIVE_OUTDIR }}
140
- name: Upload test results
141
if: always()
0 commit comments