(TESTING) Fix .whl assets path (#404)

This commit is contained in:
Ean Garvey
2022-10-14 12:13:14 -05:00
committed by GitHub
parent 7c99a6bd33
commit 3405607917

View File

@@ -120,7 +120,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.NODAI_INVOCATION_TOKEN }}
with:
release_id: ${{ steps.create_release.outputs.id }}
assets_path: $GITHUB_WORKSPACE/wheelhouse/nodai_*.whl
assets_path: ./wheelhouse/nodai_*.whl
- name: Publish Release
if: ${{ matrix.backend == 'SHARK' }}