Fix artifact path in android-sample.yml (#820)
Summary: This workflow is currently building the android app and then trying to upload the mac app (which isn't built) which is failing. I think it should be uploading the android app instead. Pull Request resolved: https://github.com/facebook/flipper/pull/820 Reviewed By: passy Differential Revision: D20035055 Pulled By: jknoxville fbshipit-source-id: 08367d464a045b47cf1b8b5395fd2151793a23cf
This commit is contained in:
committed by
Facebook Github Bot
parent
20db85adf4
commit
51f62ff602
2
.github/workflows/android-sample.yml
vendored
2
.github/workflows/android-sample.yml
vendored
@@ -19,4 +19,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: sample-app.apk
|
||||
path: dist/Flipper-mac.zip
|
||||
path: android/sample/build/outputs/apk/debug/sample-debug.apk
|
||||
|
||||
Reference in New Issue
Block a user