Skip to content

Commit

Permalink
Merge pull request #2 from openwebf/feat/update-upload-artifact
Browse files Browse the repository at this point in the history
feat: update actions/upload-artifact@v3
  • Loading branch information
andycall authored Sep 16, 2024
2 parents ccf9558 + cd317fe commit de06bf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
v8_enable_i18n_support = false
v8_use_zlib = false
use_custom_libcxx = false
mac_sdk_min = "14.0"
mac_min_system_version = "14.0"
mac_deployment_target = "14.0"
v8_enable_i18n_support = false
symbol_level = 0
v8_enable_webassembly = false
Expand All @@ -55,7 +58,7 @@ jobs:
version: 1.10.0
- name: Build
run: ninja -C ./v8/out.gn/arm64.release
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: v8_macos_arm64
path: |
Expand Down

0 comments on commit de06bf3

Please sign in to comment.