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:
committed by
Facebook GitHub Bot
parent
c3ff0ff355
commit
4736abc29c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -168,7 +168,7 @@ jobs:
|
||||
path: 'Flipper-win.zip'
|
||||
- name: GitHub Upload Release Artifacts
|
||||
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:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user