Skip to content

Commit

Permalink
Merge pull request #6856 from utzcoz/fix-name-for-macOS-tasks-to-rena…
Browse files Browse the repository at this point in the history
…me-and-upload-binary-files

Fix name for macOS tasks to rename and upload binary files
  • Loading branch information
hoisie committed Nov 13, 2021
2 parents 2fb2ba0 + b597486 commit 326991f
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 326991f

Please sign in to comment.