Skip to content

Commit d202c77

Browse files
Merge pull request #143 from lightpanda-io/fix-ios-release-path
ios: fix release file name including env
2 parents 7f718d4 + 4d4e38b commit d202c77

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
@@ -165,7 +165,7 @@ jobs:
165165
fetch-depth: 0
166166

167167
- run: zig build -Doptimize=ReleaseSafe build-v8
168-
- run: mv ${{ env.LP_CACHE }}/v8-${{ env.V8_REVISION }}/out/macos/release/obj/zig/libc_v8.a libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.ARCH }}.a
168+
- run: mv ${{ env.LP_CACHE }}/v8-${{ env.V8_REVISION }}/out/macos/release/obj/zig/libc_v8.a libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.TARGET_ENVIRONMENT }}_${{ env.ARCH }}.a
169169

170170
- name: Upload the build
171171
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)