diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 0af91ed..619e271 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -130,6 +130,6 @@ jobs: with: upload_url: '${{ steps.checkReleaseVersion.outputs.upload_url }}' asset_path: '${{ github.workspace }}/auto-analysis/win/x64/build/typoraCracker.tar.gz' - asset_name: '${{ needs.check_version.outputs.LATEST_VERSION }}-win-x64.tar.gz' + asset_name: 'typoraCracker-${{ needs.check_version.outputs.LATEST_VERSION }}-win-x64.tar.gz' asset_content_type: application/x-tgz