From 9c22f16b3e748147bc7d9ef48b69482df16bd0ed Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 23 Oct 2022 06:00:28 +0900 Subject: [PATCH] =?UTF-8?q?`set-output`=E3=81=8B=E3=82=89`>>=20"$GITHUB=5F?= =?UTF-8?q?OUTPUT"`=E3=81=AB=E5=88=87=E3=82=8A=E6=9B=BF=E3=81=88=E3=82=8B?= =?UTF-8?q?=20(#321)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index ff27c4553..a0548800e 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -124,7 +124,7 @@ jobs: run: | pip install -r ./crates/voicevox_core_python_api/requirements.txt maturin build --manifest-path ./crates/voicevox_core_python_api/Cargo.toml --features ${{ matrix.features }}, --target ${{ matrix.target }} --release - printf '::set-output name=whl::%s\n' "$(find ./target/wheels -type f)" + echo "whl=$(find ./target/wheels -type f)" >> "$GITHUB_OUTPUT" env: ORT_USE_CUDA: ${{ matrix.use_cuda }} - name: Set ASSET_NAME env var