Skip to content

Commit

Permalink
[skip ci] github.event.inputsinputs.version
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
qryxip and Hiroshiba authored Sep 2, 2024
1 parent 66f1484 commit 7357797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ env:
${{ inputs.target || 'onnxruntime' }}
ONNXRUNTIME_VERSION:
|- # workflow_dispatchでのバージョン名が入る。無指定なら適当なバージョン
${{ github.event.inputs.version || '1.17.3' }}
${{ inputs.version || '1.17.3' }}

RELEASE:
|- # workflow_dispatchでのreleaseフラグがあればリリースする
${{ github.event.inputs.release == 'true' }}
Expand Down

0 comments on commit 7357797

Please sign in to comment.