Skip to content

Commit 32c1721

Browse files
committed
Typo in apple build
1 parent d1f3845 commit 32c1721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
- uses: actions/upload-artifact@v4
6767
if: ${{success()}}
6868
with:
69-
name: x86_64-pc-windows-msvc-library
69+
name: aarch64-apple-darwin-library
7070
if-no-files-found: error
7171
path: |
72-
./target/release/neotron_os.so
72+
./target/release/libneotron_os.dylib
7373
run-tests:
7474
runs-on: ubuntu-latest
7575
steps:

0 commit comments

Comments
 (0)