Skip to content

Commit

Permalink
ci: fix files path in action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
xianshenglu committed May 12, 2022
1 parent bd896f1 commit 4522ca1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
tag_name: ${{steps.previous_tag.outputs.tag}}
fail_on_unmatched_files: true
files: |
${{ env.GITHUB_WORKSPACE }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[0] }}
${{ env.GITHUB_WORKSPACE }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[1] }}
${{ env.GITHUB_WORKSPACE }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[2] }}
${{ env.GITHUB_WORKSPACE }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[3] }}
${{ env.GITHUB_WORKSPACE }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[4] }}
${{ github.workspace }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[0] }}
${{ github.workspace }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[1] }}
${{ github.workspace }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[2] }}
${{ github.workspace }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[3] }}
${{ github.workspace }}/${{ fromJson(steps.sign_app.outputs.signedReleaseFiles)[4] }}


Expand Down

0 comments on commit 4522ca1

Please sign in to comment.