Skip to content

Commit

Permalink
fix: Releaseの作成時点でprerelease: true
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 31, 2024
1 parent 00edd07 commit 76d73aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.TARGET_LIBRARY }}-${{ env.ONNXRUNTIME_VERSION }}
file: ${{ env.RELEASE_NAME }}.tgz
prerelease: true

build-xcframework:
needs: build-onnxruntime
Expand Down Expand Up @@ -714,6 +715,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.TARGET_LIBRARY }}-${{ env.ONNXRUNTIME_VERSION }}
file: ${{ env.RELEASE_NAME }}.zip
prerelease: true

build-spec-table:
needs: [build-onnxruntime, build-xcframework]
Expand Down

0 comments on commit 76d73aa

Please sign in to comment.