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 d29551a commit 9e41fdaCopy full SHA for 9e41fda
.github/workflows/release.yml
@@ -65,7 +65,9 @@ jobs:
65
uses: actions/upload-artifact@v4
66
with:
67
name: models-linux-${{ matrix.platform.target }}
68
- path: /opt/hostedtoolcache/Python/${{ steps.setup-python.outputs.python-version }}/x64/lib/python3.9/site-packages/heliport/*.bin
+ path: |
69
+ /opt/hostedtoolcache/Python/${{ steps.setup-python.outputs.python-version }}/x64/lib/python3.9/site-packages/heliport/*.bin
70
+ /opt/hostedtoolcache/Python/${{ steps.setup-python.outputs.python-version }}/x64/lib/python3.9/site-packages/heliport/confidenceThresholds
71
72
sdist:
73
runs-on: ubuntu-22.04
0 commit comments