Skip to content

Commit

Permalink
try to be in the right path
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Sep 14, 2023
1 parent 77ac2bd commit 7552c73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow_test_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ jobs:
python3 script/build.py -p linux -v -l
ldd src/build/linux/librhino3dm_native.so
- name: check output
run: ls /src/build/linux
run: |
ls
ls /src/src/build/linux
- name: artifacts
uses: actions/[email protected]
with:
path: |
src/build/linux/librhino3dm_native.so
src/src/build/linux/librhino3dm_native.so
name: rhino3dm.net arm64
retention-days: ${{ env.RETENTION_DAYS }}

Expand Down

0 comments on commit 7552c73

Please sign in to comment.