Skip to content

Commit

Permalink
合并拉取请求 #43
Browse files Browse the repository at this point in the history
修复发行构建
  • Loading branch information
XCWQW1 authored Aug 26, 2024
2 parents 75ddfd2 + 8dc6fc4 commit 2d68e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.TAG_NAME }}
tag: ${{ github.ref_name }}
file: build/DDNetToolBox${{ matrix.os == 'windows-latest' && '.exe' || '' }}
asset_name: DDNetToolBox-${{ runner.os }}-${{ env.TAG_NAME }}${{ matrix.os == 'windows-latest' && '.exe' || '' }}
asset_name: DDNetToolBox-${{ runner.os }}-${{ github.ref_name }}${{ matrix.os == 'windows-latest' && '.exe' || '' }}
prerelease: true

0 comments on commit 2d68e61

Please sign in to comment.