Skip to content

Commit

Permalink
GA: upload compiled models as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed Aug 6, 2024
1 parent 13aa01a commit 8159fff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
id: setup-python
with:
python-version: 3.8
- name: Build wheels
Expand Down Expand Up @@ -60,6 +61,11 @@ jobs:
with:
name: wheels-linux-${{ matrix.platform.target }}
path: dist
- name: Upload models
uses: actions/upload-artifact@v4
with:
name: models-linux-${{ matrix.platform.target }}
path: ${{ steps.setup-python.outputs.python-path }}/heliport/*.bin

sdist:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 8159fff

Please sign in to comment.