Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 31, 2023
1 parent d163a32 commit 97fd72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm-linux-gnueabihf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ jobs:
- uses: actions/upload-artifact@v3
if: matrix.lib_type == 'shared'
with:
name: sherpa-onnx-*linux-arm-gnueabihf-shared
name: sherpa-onnx-linux-arm-gnueabihf-shared
path: sherpa-onnx-*linux-arm-gnueabihf-shared.tar.bz2

- uses: actions/upload-artifact@v3
if: matrix.lib_type == 'static'
with:
name: sherpa-onnx-*linux-arm-gnueabihf-static
name: sherpa-onnx-linux-arm-gnueabihf-static
path: sherpa-onnx-*linux-arm-gnueabihf-static.tar.bz2

- name: Release pre-compiled binaries and libs for arm linux gnueabihf ${{ matrix.lib_type }}
Expand Down

0 comments on commit 97fd72c

Please sign in to comment.