Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide authored Oct 22, 2023
1 parent e94267d commit 284575a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:

- name: extract directml
if: ${{ matrix.os.arch == 'win-x64' }}
run: tar -xf Microsoft.AI.DirectML.nupkg -C Microsoft.AI.DirectML
run: |
mkdir Microsoft.AI.DirectML
tar -xf Microsoft.AI.DirectML.nupkg -C Microsoft.AI.DirectML
- name: restore x64
run: dotnet restore OpenUtau -r ${{ matrix.os.arch }}
Expand Down

0 comments on commit 284575a

Please sign in to comment.