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:
John Knox
2020-02-24 02:15:24 -08:00
committed by Facebook Github Bot
parent 20db85adf4
commit 51f62ff602

View File

@@ -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