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 4ba3150 commit 3d7589bCopy full SHA for 3d7589b
.github/workflows/build.yml
@@ -204,7 +204,4 @@ jobs:
204
target-env: ${{env.TARGET_ENVIRONMENT}}
205
206
- name: zig build
207
- run: zig build --release=safe -Doptimize=ReleaseSafe -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) static-build
208
-
209
- - name: Rename binary
210
- run: mv zig-out/lib/liblightpanda.a liblightpanda-${{ env.ARCH }}-${{ env.OS }}-{{ TARGET_ENVIRONMENT }}.a
+ run: zig build --release=safe -Doptimize=ReleaseSafe -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) static-lib
0 commit comments