diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f790578..f44fb74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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