Skip to content

Commit

Permalink
Fix mac file name
Browse files Browse the repository at this point in the history
  • Loading branch information
hoisie committed Nov 20, 2021
1 parent e30277c commit 5c292e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_native_runtime.yml
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Rename libnativeruntime for macOS
if: runner.os == 'macOS'
run: |
echo "NATIVERUNTIME_ARTIFACT_FILE=build/librobolectric-nativeruntime-mac-$(uname -m).dylib" >> $GITHUB_ENV
echo "NATIVERUNTIME_ARTIFACT_FILE=librobolectric-nativeruntime-mac-$(uname -m).dylib" >> $GITHUB_ENV
mv build/libnativeruntime.dylib build/librobolectric-nativeruntime-mac-$(uname -m).dylib
- name: Upload libnativeruntime
Expand Down

0 comments on commit 5c292e0

Please sign in to comment.