Skip to content

Commit

Permalink
Rollback xresloader/upload-to-github-release
Browse files Browse the repository at this point in the history
As described in xresloader/upload-to-github-release#34, this action failed to to run Upload step, and between 05/01 and 06/01 there is also a new release for upload-to-github-release. Rolling back to check if this is the cause,
  • Loading branch information
RadxaYuntian committed Jun 1, 2022
1 parent 9f52cda commit 28ea5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -24,7 +24,7 @@ runs:
-b ${{ inputs.board }} -m ${{ inputs.flavor }}
- name: Upload
if: inputs.release-id != '' && inputs.github-token != ''
uses: xresloader/upload-to-github-release@v1
uses: xresloader/upload-to-github-release@v1.3.2
env:
GITHUB_TOKEN: ${{ inputs.github-token }}
with:
Expand Down

0 comments on commit 28ea5e2

Please sign in to comment.