We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117c3df commit 193d7b9Copy full SHA for 193d7b9
.github/workflows/build.yaml
@@ -108,7 +108,8 @@ jobs:
108
run: |
109
mkdir dist out
110
make ci-build
111
- zip -r -j out/${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_linux_${{ matrix.arch }}.zip dist/${{ env.GOOS }}/${{ env.GOARCH }}/
+ cd dist/${{ env.GOOS }}/${{ env.GOARCH }}/.
112
+ zip -r --symlinks ../../../out/${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_linux_${{ matrix.arch }}.zip .
113
- name: Upload binaries
114
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
115
with:
0 commit comments