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 0e1bd8e commit b0cfc77Copy full SHA for b0cfc77
.github/workflows/publish-packages.yml
@@ -21,7 +21,7 @@ jobs:
21
id: tmp-cache
22
with:
23
path: .tmp
24
- key: tmp-${{ env.ORT_VERSION }}-${{ hashFiles('scripts/*') }}
+ key: tmp-ort${{ env.ORT_VERSION }}-ext${{ env.ORT_EXTENSIONS_VERSION }}-${{ hashFiles('scripts/*') }}
25
- name: Download ONNX libraries
26
run: |
27
./scripts/download-onnx-libs.sh ${{ env.ORT_VERSION }}
0 commit comments