From c9daf8109826c4428cd74c7feaacfa580db18f2c Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 25 Nov 2021 10:33:47 -0800 Subject: [PATCH] Undo upload fix Summary: This one is actually fine. We don't do the upload/download dance, so the file exists in the place we expect it to. We can see in this run that the current path actually works: https://github.com/facebook/flipper/runs/4316082427?check_suite_focus=true Reviewed By: nikoant Differential Revision: D32652626 fbshipit-source-id: ca9c52d2c3016fe2ec300d1f4fd875b9f3301e3b --- .github/workflows/publish-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-android.yml b/.github/workflows/publish-android.yml index d113fe400..d588cc172 100644 --- a/.github/workflows/publish-android.yml +++ b/.github/workflows/publish-android.yml @@ -53,7 +53,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: created_tag: ${{ github.event.inputs.tag }} - args: 'SampleApp-android.apk/SampleApp-android.apk' + args: 'SampleApp-android.apk' - name: Open issue on failure if: failure() uses: JasonEtco/create-an-issue@v2.4.0