Skip to content

Commit 783d9e9

Browse files
committed
Typo in apple build
1 parent d1f3845 commit 783d9e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ jobs:
6363
with:
6464
submodules: true
6565
- run: cargo nbuild library
66+
- run: ls -l ./target/release
6667
- uses: actions/upload-artifact@v4
6768
if: ${{success()}}
6869
with:
69-
name: x86_64-pc-windows-msvc-library
70+
name: aarch64-apple-darwin-library
7071
if-no-files-found: error
7172
path: |
72-
./target/release/neotron_os.so
73+
./target/release/libneotron_os.so
7374
run-tests:
7475
runs-on: ubuntu-latest
7576
steps:

0 commit comments

Comments
 (0)