Skip to content

Commit

Permalink
fix unable to load dll phonemizers
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide committed May 28, 2023
1 parent a963964 commit 5ae90bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ jobs:

steps:
- uses: actions/checkout@v1

- name: Patch Versions
uses: justalemon/VersionPatcher@master
with:
version: ${{ inputs.version }}
csproj-files: "*/*.csproj"

- name: restore x64
run: dotnet restore OpenUtau -r ${{ matrix.os.arch }}

- name: build x64
run: dotnet publish OpenUtau -c Release -r ${{ matrix.os.arch }} --self-contained true -o bin/${{ matrix.os.arch }} /p:version=${{ inputs.version }}
run: dotnet publish OpenUtau -c Release -r ${{ matrix.os.arch }} --self-contained true -o bin/${{ matrix.os.arch }}

- name: add openutau.plugins.builtin (windows)
if: ${{ matrix.os.arch == 'win-x64' }}
Expand Down

0 comments on commit 5ae90bf

Please sign in to comment.