Skip to content

Commit 269ff8c

Browse files
authored
fix: artifact name
1 parent b7c814c commit 269ff8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: Download api artifacts
206206
uses: actions/download-artifact@v4
207207
with:
208-
name: ${{ env.PROJECT_NAME }}-build-api-${{ env.GITHUB_SHA_SHORT }}
208+
name: ${{ env.PROJECT_NAME }}-build-api-${{ needs.setup.outputs.github_sha_short }}
209209
path: conda/api/
210210

211211
- name: Download dotnet runtime (Linux)

0 commit comments

Comments
 (0)