Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abb128 committed Feb 27, 2025
1 parent 403235f commit 2390d06
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,26 +141,30 @@ jobs:
with:
packages: mono-mcs nuget

- name: Ensure nuget is installed
run: apt install -y nuget
working-directory: ${{github.workspace}}

- name: Download Linux aprilasr
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: libaprilasr.so
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/linux-x64/

- name: Download Linux onnxruntime
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: libonnxruntime.so
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/linux-x64/

- name: Download Windows aprilasr
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: libaprilasr.dll
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/win-x64/

- name: Download Windows onnxruntime
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: onnxruntime.dll
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/win-x64/
Expand Down

0 comments on commit 2390d06

Please sign in to comment.