File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -55,19 +55,19 @@ jobs:
55
55
# Windows x64
56
56
- os : windows-2022
57
57
architecture : " x64"
58
- target : windows -x64
58
+ target : Windows -x64
59
59
# macOS x64 (Intel Mac)
60
60
- os : macos-13
61
61
architecture : " x64"
62
- target : macos -x64
62
+ target : macOS -x64
63
63
# macOS arm64 (Apple Silicon Mac)
64
64
- os : macos-14
65
65
architecture : " arm64"
66
- target : macos -arm64
66
+ target : macOS -arm64
67
67
# Linux x64
68
68
- os : ubuntu-20.04
69
69
architecture : " x64"
70
- target : linux -x64
70
+ target : Linux -x64
71
71
72
72
runs-on : ${{ matrix.os }}
73
73
permissions :
81
81
steps :
82
82
- name : <Setup> Declare variables
83
83
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"
85
85
86
86
- name : <Setup> Check out the repository
87
87
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
matrix :
40
40
include :
41
41
- os : windows-2022
42
- target : windows -x64
42
+ target : Windows -x64
43
43
- os : macos-13
44
- target : macos -x64
44
+ target : macOS -x64
45
45
- os : macos-14
46
- target : macos -arm64
46
+ target : macOS -arm64
47
47
- os : ubuntu-20.04
48
- target : linux -x64
48
+ target : Linux -x64
49
49
50
50
runs-on : ${{ matrix.os }}
51
51
54
54
id : vars
55
55
run : |
56
56
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"
58
58
59
59
- name : <Setup> Check out the repository
60
60
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments