Upgrade publish action

Summary: I upgraded the docker image which should pull the latest GHR release (https://github.com/tcnksm/ghr).

Reviewed By: lblasa

Differential Revision: D31442256

fbshipit-source-id: 0f9fa81ec1be1285aea3da621b7ef5a1e63c3e84
This commit is contained in:
Pascal Hartig
2021-10-08 03:39:40 -07:00
committed by Facebook GitHub Bot
parent c3ff0ff355
commit 4736abc29c
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.1.1 uses: passy/github-upload-release-artifacts-action@v2.1.2
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:

View File

@@ -168,7 +168,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.1.1 uses: passy/github-upload-release-artifacts-action@v2.1.2
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: