Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jan 11, 2025
1 parent c7d3af1 commit 0c68dc3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build C++ Shared Library

on:
push:
workflow_dispatch:
inputs:
version:
Expand Down Expand Up @@ -378,7 +377,7 @@ jobs:
run: |
(
git remote add private "$PRODUCTION_REPOSITORY_URL"
git fetch private "refs/tags/v$ONNXRUNTIME_VERSION-voicevox"
git fetch private "refs/tags/tmp"
git switch -d FETCH_HEAD
) 1>>${{ matrix.artifact_name }}_stdout.txt 2>>${{ matrix.artifact_name }}_stderr.txt
env:
Expand Down Expand Up @@ -613,7 +612,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.TARGET_LIBRARY }}-${{ env.ONNXRUNTIME_VERSION }}
tag: ${{ env.TARGET_LIBRARY }}-999.999.999
file: ${{ env.RELEASE_NAME }}.tgz
prerelease: true

Expand Down Expand Up @@ -712,7 +711,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.TARGET_LIBRARY }}-${{ env.ONNXRUNTIME_VERSION }}
tag: ${{ env.TARGET_LIBRARY }}-999.999.999
file: ${{ env.RELEASE_NAME }}.zip
prerelease: true

Expand Down Expand Up @@ -791,4 +790,4 @@ jobs:
with:
body_path: release-notes.md
prerelease: true
tag_name: ${{ env.TARGET_LIBRARY }}-${{ env.ONNXRUNTIME_VERSION }}
tag_name: ${{ env.TARGET_LIBRARY }}-999.999.999

0 comments on commit 0c68dc3

Please sign in to comment.