Skip to content

Commit

Permalink
Update: Releases に公開するアーティファクト名をより分かりやすく変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 8, 2024
1 parent afa43d3 commit b916ae8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b916ae8

Please sign in to comment.