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:
Pascal Hartig
2021-11-24 06:28:15 -08:00
committed by Facebook GitHub Bot
parent 78990eb2c1
commit d9848ab6cf
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
run: mv android/sample/build/outputs/apk/debug/sample-debug.apk SampleApp-android.apk run: mv android/sample/build/outputs/apk/debug/sample-debug.apk SampleApp-android.apk
- name: Attach sample APK to release - name: Attach sample APK to release
if: ${{ github.event.inputs.tag != '' }} 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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:

View File

@@ -178,7 +178,7 @@ jobs:
path: 'Flipper-win.zip' path: 'Flipper-win.zip'
- name: GitHub Upload Release Artifacts - name: GitHub Upload Release Artifacts
if: ${{ needs.release.outputs.tag != '' }} 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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: