Skip to content

Commit

Permalink
ONNX Runtimeをv1.17.1に (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Apr 15, 2024
1 parent 27fe9f0 commit 8c7ef38
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 @@ -19,7 +19,7 @@ on:
env:
ONNXRUNTIME_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名が入る。無指定なら適当なバージョン
${{ github.event.release.tag_name || github.event.inputs.version || '1.17.0' }}
${{ github.event.release.tag_name || github.event.inputs.version || '1.17.1' }}
RELEASE:
|- # releaseタグ名か、workflow_dispatchでのreleaseフラグがあればリリースする
${{ github.event.release.tag_name != '' || github.event.inputs.release == 'true' }}
Expand Down

0 comments on commit 8c7ef38

Please sign in to comment.