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 b916ae8 commit 5a7adc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
default: false

env:
AIVISSPEECH_ENGINE_VERSION: "1.0.0-preview.2"
AIVISSPEECH_ENGINE_VERSION: "1.0.0-preview.3"
AIVISSPEECH_EDITOR_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
Expand Down Expand Up @@ -56,37 +56,37 @@ jobs:
# Windows x64
- artifact_name: windows-x64-prepackage
artifact_path: dist_electron/win-unpacked
aivisspeech_engine_asset_name: windows-x64
aivisspeech_engine_asset_name: Windows-x64
package_name: AivisSpeech
compressed_artifact_name: AivisSpeech-Windows-x64
app_asar_dir: prepackage/resources
installer_artifact_name: windows-x64-nsis-web
nsis_web_artifact_name: "AivisSpeech-${version}-x64.${ext}"
nsis_web_artifact_name: "AivisSpeech-Windows-x64-${version}.${ext}"
os: windows-2022
# macOS x64 (Intel Mac)
- artifact_name: macos-x64-prepackage
artifact_path: dist_electron/mac
aivisspeech_engine_asset_name: macos-x64
aivisspeech_engine_asset_name: macOS-x64
package_name: AivisSpeech
compressed_artifact_name: AivisSpeech-Mac-x64
compressed_artifact_name: AivisSpeech-macOS-x64
app_asar_dir: prepackage/AivisSpeech.app/Contents/Resources
installer_artifact_name: macos-x64-dmg
macos_artifact_name: "AivisSpeech-${version}-x64.${ext}"
macos_artifact_name: "AivisSpeech-macOS-x64-${version}.${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
aivisspeech_engine_asset_name: macOS-arm64
package_name: AivisSpeech
compressed_artifact_name: AivisSpeech-Mac-arm64
compressed_artifact_name: AivisSpeech-macOS-arm64
app_asar_dir: prepackage/AivisSpeech.app/Contents/Resources
installer_artifact_name: macos-arm64-dmg
macos_artifact_name: "AivisSpeech-${version}-arm64.${ext}"
macos_artifact_name: "AivisSpeech-macOS-arm64-${version}.${ext}"
os: macos-14
# Linux x64
# - artifact_name: linux-x64-prepackage
# artifact_path: dist_electron/linux-unpacked
# aivisspeech_engine_asset_name: linux-x64
# aivisspeech_engine_asset_name: Linux-x64
# package_name: AivisSpeech
# compressed_artifact_name: AivisSpeech-Linux-x64
# app_asar_dir: prepackage/resources
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Releases](https://img.shields.io/github/v/release/Aivis-Project/AivisSpeech?label=Release)](https://github.com/Aivis-Project/AivisSpeech/releases)
[![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL3-blue.svg)](LICENSE)
[![CI: Build](https://github.com/Aivis-Project/AivisSpeech/actions/workflows/build.yml/badge.svg)](https://github.com/Aivis-Project/AivisSpeech/actions/workflows/build.yml)
[![CI: Test](https://github.com/Aivis-Project/AivisSpeech/actions/workflows/test.yml/badge.svg)](https://github.com/Aivis-Project/AivisSpeech/actions/workflows/test.yml)
<!-- [![CI: Test](https://github.com/Aivis-Project/AivisSpeech/actions/workflows/test.yml/badge.svg)](https://github.com/Aivis-Project/AivisSpeech/actions/workflows/test.yml) -->

💠 **AivisSpeech:** **AI** **V**oice **I**mitation **S**ystem - Text to **Speech** Software

Expand Down Expand Up @@ -77,7 +77,7 @@ AIVMX ファイルは、OS ごとに以下のフォルダに配置してくだ
> エンドユーザーの方は、基本的にこちらの方法で音声合成モデルを追加することをおすすめします。
> [!IMPORTANT]
> 開発版 (PyInstaller でビルドされていない状態で実行している場合) の配置フォルダは、`AivisSpeech-Engine` 以下ではなく `AivisSpeech-Engine-Dev` 以下となります。
> 開発版 (PyInstaller でビルドされていない状態で AivisSpeech Engine を実行している場合) の配置フォルダは、`AivisSpeech-Engine` 以下ではなく `AivisSpeech-Engine-Dev` 以下となります。
## 開発方針

Expand Down

0 comments on commit 5a7adc6

Please sign in to comment.