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
This commit is contained in:
Pascal Hartig
2021-11-25 10:33:47 -08:00
committed by Facebook GitHub Bot
parent b1a5785386
commit c9daf81098

View File

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