Skip to content

Commit

Permalink
1,修改一下名字相关
Browse files Browse the repository at this point in the history
  • Loading branch information
SiMaLaoShi committed Jun 19, 2024
1 parent ea543b7 commit be298f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKENFORCI }}
with:
tag_name: ${{ github.event.inputs.versionName }}
release_name: AssetStudio ${{ github.event.inputs.versionName }}
release_name: AssetStudio_Tuanjie ${{ github.event.inputs.versionName }}
body: Description of the release.
draft: false
prerelease: false
Expand Down Expand Up @@ -81,5 +81,5 @@ jobs:
with:
upload_url: ${{ needs.try_create_release.outputs.upload_url }}
asset_path: ./AssetStudioGUI/bin/Release/${{ matrix.dotnet }}/publish/AssetStudio.${{ matrix.dotnet }}_${{ github.event.inputs.versionName }}.zip
asset_name: AssetStudio.${{ matrix.dotnet }}_${{ github.event.inputs.versionName }}.zip
asset_name: AssetStudio_Tuanjie.${{ matrix.dotnet }}_${{ github.event.inputs.versionName }}.zip
asset_content_type: application/zip

0 comments on commit be298f1

Please sign in to comment.