diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1961573..6d23b9ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,37 +58,37 @@ jobs: artifact_path: dist_electron/win-unpacked aivisspeech_engine_asset_name: windows-x64 package_name: AivisSpeech - compressed_artifact_name: aivisspeech-windows-x64 + compressed_artifact_name: AivisSpeech-Windows-x64 app_asar_dir: prepackage/resources installer_artifact_name: windows-x64-nsis-web - nsis_web_artifact_name: "AivisSpeech.Web.Setup.${version}.${ext}" + nsis_web_artifact_name: "AivisSpeech-${version}-x64.${ext}" os: windows-2022 # macOS x64 (Intel Mac) - artifact_name: macos-x64-prepackage artifact_path: dist_electron/mac aivisspeech_engine_asset_name: macos-x64 package_name: AivisSpeech - compressed_artifact_name: aivisspeech-macos-x64 + compressed_artifact_name: AivisSpeech-Mac-x64 app_asar_dir: prepackage/AivisSpeech.app/Contents/Resources installer_artifact_name: macos-x64-dmg - macos_artifact_name: "AivisSpeech.${version}.${ext}" + macos_artifact_name: "AivisSpeech-${version}-x64.${ext}" os: macos-13 # macOS arm64 (Apple Silicon Mac) - artifact_name: macos-arm64-prepackage artifact_path: dist_electron/mac-arm64 aivisspeech_engine_asset_name: macos-arm64 package_name: AivisSpeech - compressed_artifact_name: aivisspeech-macos-arm64 + compressed_artifact_name: AivisSpeech-Mac-arm64 app_asar_dir: prepackage/AivisSpeech.app/Contents/Resources installer_artifact_name: macos-arm64-dmg - macos_artifact_name: "AivisSpeech.${version}.${ext}" + macos_artifact_name: "AivisSpeech-${version}-arm64.${ext}" os: macos-14 # Linux x64 # - artifact_name: linux-x64-prepackage # artifact_path: dist_electron/linux-unpacked # aivisspeech_engine_asset_name: linux-x64 # package_name: AivisSpeech - # compressed_artifact_name: aivisspeech-linux-x64 + # compressed_artifact_name: AivisSpeech-Linux-x64 # app_asar_dir: prepackage/resources # installer_artifact_name: linux-x64-appimage # linux_artifact_name: "AivisSpeech.${ext}"