Skip to content

Commit

Permalink
Fix name for macOS tasks to rename and upload binary files
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Nov 13, 2021
1 parent 2fb2ba0 commit b597486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_native_runtime.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
mv build/libnativeruntime.so build/librobolectric-nativeruntime-linux-x86_64.so
- name: Rename libnativeruntime for Linux
- name: Rename libnativeruntime for macOS
if: runner.os == 'macOS'
run: |
mv build/libnativeruntime.dylib build/librobolectric-nativeruntime-mac-x86_64.dylib
Expand All @@ -79,7 +79,7 @@ jobs:
build/librobolectric-nativeruntime-linux-x86_64.so
build/*.dylib
- name: Upload libnativeruntime for Linux
- name: Upload libnativeruntime for macOS
if: runner.os == 'macOS'
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit b597486

Please sign in to comment.