Skip to content

Commit

Permalink
feat!: 署名ではなくvoicevox_onnxruntimeproductionを使う (#57)
Browse files Browse the repository at this point in the history
今voicevox_onnxruntimeのビルド自体に`production`を使っていて、またコード
署名はおそらくvoicevox_onnxruntimeにしか行わないため。
  • Loading branch information
qryxip authored Dec 25, 2024
1 parent e64b576 commit d146e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
ARCH_SUFFIX: "${{ (matrix.linux_cross_arch != '' && '-') || '' }}${{ (matrix.linux_cross_arch != '' && matrix.linux_cross_arch) || '' }}"

runs-on: ${{ matrix.os }}
environment: ${{ inputs.code_signing && 'production' || '' }} # コード署名用のenvironment
environment: ${{ inputs.target == 'voicevox_onnxruntime' && 'production' || '' }}

steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit d146e81

Please sign in to comment.