Skip to content

Commit c54815d

Browse files
authored
edit assets path (huggingface#376)
1 parent 0013fb0 commit c54815d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ jobs:
107107
pytest tank/test_models.py |
108108
tail -n 1 |
109109
tee -a pytest_results.txt
110-
110+
publish:
111+
runs-on: a100
112+
needs: build
113+
steps:
111114
- name: Upload Release Assets
112115
if: ${{ matrix.backend == 'SHARK' }}
113116
id: upload-release-assets
@@ -116,7 +119,7 @@ jobs:
116119
GITHUB_TOKEN: ${{ secrets.NODAI_INVOCATION_TOKEN }}
117120
with:
118121
release_id: ${{ steps.create_release.outputs.id }}
119-
assets_path: ./wheelhouse/nodai_*.whl
122+
assets_path: ${GITHUB_WORKSPACE}/wheelhouse/nodai_*.whl
120123

121124
- name: Publish Release
122125
if: ${{ matrix.backend == 'SHARK' }}

0 commit comments

Comments
 (0)