Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Jul 2, 2024
1 parent 12ae5f9 commit bcba0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
files: dist/fideo-${{ env.VERSION }}-x64.dmg
files: |
dist/fideo-${{ env.VERSION }}-x64.dmg
tag_name: v${{ env.VERSION }}
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: dist/fideo-${{ env.VERSION }}-x64.dmg
Expand Down

0 comments on commit bcba0c3

Please sign in to comment.