Skip to content

Commit 560f4ff

Browse files
authored
chore(ci): 不要になっている環境変数を消す (#1059)
1 parent 75aae40 commit 560f4ff

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ on:
1818
push:
1919

2020
env:
21-
VOICEVOX_RESOURCE_VERSION: "0.15.0-preview.3"
22-
VOICEVOX_FAT_RESOURCE_VERSION: "0.15.0-preview.4"
2321
# releaseタグ名か、workflow_dispatchでのバージョン名か、'0.0.0'が入る
2422
VERSION: ${{ github.event.release.tag_name || inputs.version || '0.0.0' }}
25-
PRODUCTION_REPOSITORY_TAG: "0.15.0-preview.2" # 製品版のタグ名
2623
# 簡易テストとするかどうか。releaseとworkflow_dispatch以外は簡易テストとする
2724
IS_SIMPLE_TEST: ${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}
2825

@@ -235,8 +232,7 @@ jobs:
235232
cp -v target/${{ matrix.target }}/release/libvoicevox_core_java_api.so java_artifact/ || true
236233
- name: Code signing (Windows)
237234
if: startsWith(matrix.os, 'windows') && inputs.code_signing
238-
run:
239-
bash build_util/codesign.bash "artifact/${{ env.ASSET_NAME }}/lib/voicevox_core.dll"
235+
run: bash build_util/codesign.bash "artifact/${{ env.ASSET_NAME }}/lib/voicevox_core.dll"
240236
env:
241237
ESIGNERCKA_USERNAME: ${{ secrets.ESIGNERCKA_USERNAME }}
242238
ESIGNERCKA_PASSWORD: ${{ secrets.ESIGNERCKA_PASSWORD }}
@@ -342,8 +338,7 @@ jobs:
342338
- name: Install cargo-edit
343339
run: cargo binstall cargo-edit@^0.11 --no-confirm
344340
- name: set cargo version
345-
run:
346-
cargo set-version "$VERSION" -p voicevox_core_java_api
341+
run: cargo set-version "$VERSION" -p voicevox_core_java_api
347342

348343
- name: "Download artifact (android-arm64)"
349344
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)