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:
committed by
Facebook GitHub Bot
parent
b1a5785386
commit
c9daf81098
2
.github/workflows/publish-android.yml
vendored
2
.github/workflows/publish-android.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
created_tag: ${{ github.event.inputs.tag }}
|
created_tag: ${{ github.event.inputs.tag }}
|
||||||
args: 'SampleApp-android.apk/SampleApp-android.apk'
|
args: 'SampleApp-android.apk'
|
||||||
- name: Open issue on failure
|
- name: Open issue on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: JasonEtco/create-an-issue@v2.4.0
|
uses: JasonEtco/create-an-issue@v2.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user