We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615579b commit 42354e5Copy full SHA for 42354e5
1 file changed
.github/actions/azdo-build/action.yml
@@ -215,7 +215,7 @@ runs:
215
216
# Download the artifact
217
az pipelines runs artifact download \
218
- --artifact-name "${{ inputs.artifact-name }}" \
+ --artifact-name "drop_build_main" \
219
--detect false \
220
--org ${{ inputs.azdo-org }} \
221
--path "$GITHUB_WORKSPACE/artifact-download/" \
@@ -234,7 +234,7 @@ runs:
234
- name: Upload artifact
235
uses: actions/upload-artifact@v6
236
with:
237
- name: drop_build_main
+ name: ${{ inputs.artifact-name }}
238
path: ./artifact-download/
239
240
- id: get-version
0 commit comments