Use self-compiled onnxruntime shared lib. (#635)

This commit is contained in:
Fangjun Kuang
2024-03-06 11:03:24 +08:00
committed by GitHub
parent 5dc2eaf2b4
commit 13260cdf49
5 changed files with 29 additions and 28 deletions

View File

@@ -227,7 +227,7 @@ jobs:
tar cjvf ${dst}.tar.bz2 $dst
- name: Release pre-compiled binaries and libs for linux x64
if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-20.04' && matrix.gcc_version == '7'
uses: svenstaro/upload-release-action@v2
with:
file_glob: true