Skip to content

Commit 6c22d90

Browse files
committed
add target env inot ios build
1 parent 8daf24b commit 6c22d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
- run: OS=macos zig build get-v8 # We force the OS to macos here b/c ios is not supported by get-v8
165165
- run: zig build -Doptimize=ReleaseSafe build-v8
166-
- run: mv v8/out/${{ env.OS }}/release/obj/zig/libc_v8.a libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.ARCH }}.a
166+
- run: mv v8/out/${{ env.OS }}/release/obj/zig/libc_v8.a libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.TARGET_ENVIRONMENT }}_${{ env.ARCH }}.a
167167

168168
- name: Upload the build
169169
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)