Skip to content

Commit f4e015f

Browse files
committed
do not upload asset when it's x64
1 parent 158fa5f commit f4e015f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
files: |
6464
*-${{ matrix.suffix }}.tgz
6565
66-
# All jobs upload their binaries
66+
# Other jobs upload their binaries to existing release
6767
- name: Upload Release Asset
68+
if: matrix.arch != 'x64'
6869
run: gh release upload v0.0.1 *-${{ matrix.suffix }}.tgz
6970
env:
7071
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)