Skip to content

Commit 1e4646d

Browse files
committed
ci: fix ios build target
1 parent 84cdca7 commit 1e4646d

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)