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 b7c814c commit 269ff8cCopy full SHA for 269ff8c
.github/workflows/cmake-multiple-platform.yml
@@ -205,7 +205,7 @@ jobs:
205
- name: Download api artifacts
206
uses: actions/download-artifact@v4
207
with:
208
- name: ${{ env.PROJECT_NAME }}-build-api-${{ env.GITHUB_SHA_SHORT }}
+ name: ${{ env.PROJECT_NAME }}-build-api-${{ needs.setup.outputs.github_sha_short }}
209
path: conda/api/
210
211
- name: Download dotnet runtime (Linux)
0 commit comments