Skip to content

Commit 9e41fda

Browse files
committed
[GA] Add confidence file to the packaged model
1 parent d29551a commit 9e41fda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
uses: actions/upload-artifact@v4
6666
with:
6767
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
68+
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
6971
7072
sdist:
7173
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)