Skip to content

Commit

Permalink
data-*属性に情報を書く
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 1, 2024
1 parent ba3eb45 commit 0c25909
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,14 @@ jobs:

- name: Construct release notes
run: |
onnxruntime_version_hyphenated=$(tr . - <<< "$ONNXRUNTIME_VERSION")
release_notes=$(
cat <<EOF
## 動的ライブラリ
<table id="voicevox-onnxruntime-specs-v1format-v$onnxruntime_version_hyphenated-dylibs">
<table
data-voicevox-onnxruntime-specs-format-version="1"
data-voicevox-onnxruntime-specs-type="dylibs"
data-voicevox-onnxruntime-specs-onnxruntime-version="$ONNXRUNTIME_VERSION">
<thead>
<tr>
<th>OS</th>
Expand Down Expand Up @@ -540,7 +542,10 @@ jobs:
## XCFramework
<table id="voicevox-onnxruntime-specs-v1format-v$onnxruntime_version_hyphenated-xcframeworks">
<table
data-voicevox-onnxruntime-specs-format-version="1"
data-voicevox-onnxruntime-specs-type="xcframeworks"
data-voicevox-onnxruntime-specs-onnxruntime-version="$ONNXRUNTIME_VERSION">
<thead>
<tr>
<th>OS</th>
Expand Down

0 comments on commit 0c25909

Please sign in to comment.