Skip to content

Commit

Permalink
change upload release method
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Feb 11, 2024
1 parent aefe6e9 commit befa123
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,11 @@ jobs:
path: |
${{steps.sign_app.outputs.signedReleaseFile}}
- name: Release with Notes
uses: softprops/action-gh-release@v1
- name: Upload to GitHub Release
uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release'
with:
tag_name: ${{ github.ref }}
files: |
${{steps.sign_app.outputs.signedReleaseFile}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{steps.sign_app.outputs.signedReleaseFile}}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit befa123

Please sign in to comment.