1 parent 158fa5f commit f4e015fCopy full SHA for f4e015f
1 file changed
.github/workflows/release.yaml
@@ -63,8 +63,9 @@ jobs:
63
files: |
64
*-${{ matrix.suffix }}.tgz
65
66
- # All jobs upload their binaries
+ # Other jobs upload their binaries to existing release
67
- name: Upload Release Asset
68
+ if: matrix.arch != 'x64'
69
run: gh release upload v0.0.1 *-${{ matrix.suffix }}.tgz
70
env:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments