Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 38917ff

Browse files
committed
Need _
1 parent 7ec6dda commit 38917ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ github.token }}
4141
with:
4242
upload_url: ${{ needs.create_release.outputs.upload_url }}
43-
asset_path: dist/piper_amd64.tar.gz
43+
asset_path: dist/linux_amd64/piper_amd64.tar.gz
4444
asset_name: piper_linux_x86_64.tar.gz
4545
asset_content_type: application/octet-stream
4646
- name: upload-arm64
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ github.token }}
5050
with:
5151
upload_url: ${{ needs.create_release.outputs.upload_url }}
52-
asset_path: dist/piper_arm64.tar.gz
52+
asset_path: dist/linux_arm64/piper_arm64.tar.gz
5353
asset_name: piper_linux_aarch64.tar.gz
5454
asset_content_type: application/octet-stream
5555
- name: upload-armv7
@@ -58,7 +58,7 @@ jobs:
5858
GITHUB_TOKEN: ${{ github.token }}
5959
with:
6060
upload_url: ${{ needs.create_release.outputs.upload_url }}
61-
asset_path: dist/piper_armv7.tar.gz
61+
asset_path: dist/linux_arm_v7/piper_armv7.tar.gz
6262
asset_name: piper_linux_armv7l.tar.gz
6363
asset_content_type: application/octet-stream
6464
build_windows:

0 commit comments

Comments
 (0)