Skip to content

Commit 42354e5

Browse files
authored
Set upload artifact name
1 parent 615579b commit 42354e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/azdo-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ runs:
215215
216216
# Download the artifact
217217
az pipelines runs artifact download \
218-
--artifact-name "${{ inputs.artifact-name }}" \
218+
--artifact-name "drop_build_main" \
219219
--detect false \
220220
--org ${{ inputs.azdo-org }} \
221221
--path "$GITHUB_WORKSPACE/artifact-download/" \
@@ -234,7 +234,7 @@ runs:
234234
- name: Upload artifact
235235
uses: actions/upload-artifact@v6
236236
with:
237-
name: drop_build_main
237+
name: ${{ inputs.artifact-name }}
238238
path: ./artifact-download/
239239

240240
- id: get-version

0 commit comments

Comments
 (0)