Skip to content

Commit 9c1c9e5

Browse files
Merge pull request #112 from lightpanda-io/fix-ios-build-name
ci: fix ios build target
2 parents 84cdca7 + 1e4646d commit 9c1c9e5

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
@@ -169,4 +169,4 @@ jobs:
169169
uses: ncipollo/release-action@v1
170170
with:
171171
allowUpdates: true
172-
artifacts: libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.ARCH }}.a
172+
artifacts: libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.TARGET_ENVIRONMENT }}_${{ env.ARCH }}.a

0 commit comments

Comments
 (0)