Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Jun 26, 2024
1 parent 0c6fbcb commit ab80f38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
- name: Move
if: matrix.target == 'x86_64-pc-windows-msvc' || matrix.target == 'i686-pc-windows-msvc'
run: |
sudo mv ${{ matrix.target }}/RapidOcrOnnx.exe ./RapidOcrOnnx.exe
mv ${{ matrix.target }}/RapidOcrOnnx.exe ./RapidOcrOnnx.exe
- name: Move
if: matrix.target != 'x86_64-pc-windows-msvc' && matrix.target != 'i686-pc-windows-msvc'
run: |
sudo mv ${{ matrix.target }}/RapidOcrOnnx ./RapidOcrOnnx
mv ${{ matrix.target }}/RapidOcrOnnx ./RapidOcrOnnx
chmod +x ./RapidOcrOnnx
- uses: vimtor/action-zip@v1
if: matrix.target == 'x86_64-pc-windows-msvc' || matrix.target == 'i686-pc-windows-msvc'
with:
Expand Down

0 comments on commit ab80f38

Please sign in to comment.