Skip to content

Commit

Permalink
[GA] Add confidence file to the packaged model
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed Oct 3, 2024
1 parent d29551a commit 9e41fda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: models-linux-${{ matrix.platform.target }}
path: /opt/hostedtoolcache/Python/${{ steps.setup-python.outputs.python-version }}/x64/lib/python3.9/site-packages/heliport/*.bin
path: |
/opt/hostedtoolcache/Python/${{ steps.setup-python.outputs.python-version }}/x64/lib/python3.9/site-packages/heliport/*.bin
/opt/hostedtoolcache/Python/${{ steps.setup-python.outputs.python-version }}/x64/lib/python3.9/site-packages/heliport/confidenceThresholds
sdist:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 9e41fda

Please sign in to comment.