Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Nov 14, 2023
1 parent 7e91740 commit ecc86bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: dist/piper-phonemize_amd64.tar.gz
asset_path: dist/linux_amd64/piper-phonemize_amd64.tar.gz
asset_name: piper-phonemize_linux_x86_64.tar.gz
asset_content_type: application/octet-stream
- name: upload-arm64
Expand All @@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: dist/piper-phonemize_arm64.tar.gz
asset_path: dist/linux_arm64/piper-phonemize_arm64.tar.gz
asset_name: piper-phonemize_linux_aarch64.tar.gz
asset_content_type: application/octet-stream
- name: upload-armv7
Expand All @@ -58,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: dist/piper-phonemize_armv7.tar.gz
asset_path: dist/linux_armv7/piper-phonemize_armv7.tar.gz
asset_name: piper-phonemize_linux_armv7l.tar.gz
asset_content_type: application/octet-stream
build_windows:
Expand Down

0 comments on commit ecc86bf

Please sign in to comment.