Skip to content

Commit

Permalink
set-outputから>> "$GITHUB_OUTPUT"に切り替える (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Oct 22, 2022
1 parent 18b3507 commit 9c22f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c22f16

Please sign in to comment.