Upgrade upload action
Summary:
Fixed an issue with the setup of the retry script:
31ee58a796
Reviewed By: nikoant
Differential Revision: D32644463
fbshipit-source-id: 23ac1508784f24e9403e0bca0091f05847a9e91d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
78990eb2c1
commit
d9848ab6cf
2
.github/workflows/publish-android.yml
vendored
2
.github/workflows/publish-android.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
run: mv android/sample/build/outputs/apk/debug/sample-debug.apk SampleApp-android.apk
|
||||
- name: Attach sample APK to release
|
||||
if: ${{ github.event.inputs.tag != '' }}
|
||||
uses: passy/github-upload-release-artifacts-action@v2.2.0
|
||||
uses: passy/github-upload-release-artifacts-action@v2.2.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -178,7 +178,7 @@ jobs:
|
||||
path: 'Flipper-win.zip'
|
||||
- name: GitHub Upload Release Artifacts
|
||||
if: ${{ needs.release.outputs.tag != '' }}
|
||||
uses: passy/github-upload-release-artifacts-action@v2.2.1
|
||||
uses: passy/github-upload-release-artifacts-action@v2.2.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user