diff options
author | 2022-07-30 23:11:36 -0700 | |
---|---|---|
committer | 2022-07-30 23:11:36 -0700 | |
commit | 05953a06809fcdda2f1840212321e548bae332b2 (patch) | |
tree | 88bcaf258e9ccfcb2964dbd356fad0d580d555f5 | |
parent | d132c131eb8a994bd516577ff3f2f9f5ac5e1d39 (diff) | |
download | bun-05953a06809fcdda2f1840212321e548bae332b2.tar.gz bun-05953a06809fcdda2f1840212321e548bae332b2.tar.zst bun-05953a06809fcdda2f1840212321e548bae332b2.zip |
Fix typo
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index 8121aecc0..594892f63 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -85,7 +85,7 @@ jobs: CPU_TARGET=${{matrix.cpu}} WEBKIT_URL=${{matrix.webkit_url}} GIT_SHA=${{github.sha}} - WEBKIT_BASENMAE=${{matrix.webkit_basename}} + WEBKIT_BASENAME=${{matrix.webkit_basename}} platforms: linux/${{matrix.build_arch}} target: artifact outputs: type=local,dest=${{runner.temp}}/release |