Skip to content

Commit 3d7589b

Browse files
committed
wip
1 parent 4ba3150 commit 3d7589b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,4 @@ jobs:
204204
target-env: ${{env.TARGET_ENVIRONMENT}}
205205

206206
- 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
207+
run: zig build --release=safe -Doptimize=ReleaseSafe -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) static-lib

0 commit comments

Comments
 (0)