Skip to content

Commit

Permalink
fix: 完善构建安装逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
liufang-robot committed Jun 17, 2024
1 parent c7079da commit f6ccc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.extract_version.outputs.version_tag }}
tag: ${{ env.version_tag }}
allowUpdates: true
artifacts: |
*.exe,
Expand Down

0 comments on commit f6ccc0f

Please sign in to comment.