Skip to content

Commit 18abf09

Browse files
committed
Update: アーティファクトの命名規則を変更
1 parent 64e355b commit 18abf09

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build-engine-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ jobs:
5555
# Windows x64
5656
- os: windows-2022
5757
architecture: "x64"
58-
target: windows-x64
58+
target: Windows-x64
5959
# macOS x64 (Intel Mac)
6060
- os: macos-13
6161
architecture: "x64"
62-
target: macos-x64
62+
target: macOS-x64
6363
# macOS arm64 (Apple Silicon Mac)
6464
- os: macos-14
6565
architecture: "arm64"
66-
target: macos-arm64
66+
target: macOS-arm64
6767
# Linux x64
6868
- os: ubuntu-20.04
6969
architecture: "x64"
70-
target: linux-x64
70+
target: Linux-x64
7171

7272
runs-on: ${{ matrix.os }}
7373
permissions:
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- name: <Setup> Declare variables
8383
id: vars
84-
run: echo "package_name=aivisspeech-engine-${{ matrix.target }}-${{ needs.config.outputs.version }}" >> "$GITHUB_OUTPUT"
84+
run: echo "package_name=AivisSpeech-Engine-${{ matrix.target }}-${{ needs.config.outputs.version }}" >> "$GITHUB_OUTPUT"
8585

8686
- name: <Setup> Check out the repository
8787
uses: actions/checkout@v4

.github/workflows/test-engine-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
matrix:
4040
include:
4141
- os: windows-2022
42-
target: windows-x64
42+
target: Windows-x64
4343
- os: macos-13
44-
target: macos-x64
44+
target: macOS-x64
4545
- os: macos-14
46-
target: macos-arm64
46+
target: macOS-arm64
4747
- os: ubuntu-20.04
48-
target: linux-x64
48+
target: Linux-x64
4949

5050
runs-on: ${{ matrix.os }}
5151

@@ -54,7 +54,7 @@ jobs:
5454
id: vars
5555
run: |
5656
echo "release_url=${{ env.REPO_URL }}/releases/download/${{ env.VERSION }}" >> "$GITHUB_OUTPUT"
57-
echo "package_name=aivisspeech-engine-${{ matrix.target }}-${{ env.VERSION }}" >> "$GITHUB_OUTPUT"
57+
echo "package_name=AivisSpeech-Engine-${{ matrix.target }}-${{ env.VERSION }}" >> "$GITHUB_OUTPUT"
5858
5959
- name: <Setup> Check out the repository
6060
uses: actions/checkout@v4

0 commit comments

Comments
 (0)