Skip to content

Commit

Permalink
Fix dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Sep 7, 2023
1 parent 6c7a5e0 commit 4304f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: package
run: |
cd _install
Compress-Archive -LiteralPath espeak-ng -DestinationPath piper-phonemize_windows_amd64.zip
Compress-Archive -LiteralPath piper-phonemize -DestinationPath piper-phonemize_windows_amd64.zip
- name: upload
uses: actions/upload-release-asset@v1
env:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ htmlcov

/lib/
/download/
/cmake/
/_install/

0 comments on commit 4304f49

Please sign in to comment.