Skip to content

Commit

Permalink
Merge pull request #574 from trobonox/main
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
trobonox authored Jun 12, 2024
2 parents 8c4fc82 + e8b9229 commit b5a8f20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
args: ""

runs-on: ${{ matrix.platform }}
outputs:
upload_url: ${{ steps.release.outputs.releaseUploadUrl }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
run: yarn generate

- uses: tauri-apps/tauri-action@v0
id: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit b5a8f20

Please sign in to comment.