Browse Source

chore: rename yml to match convention

Keeley Hammond 1 year ago
parent
commit
60a458c455
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/macos-build.yml

+ 1 - 1
.github/workflows/mac-build.yml → .github/workflows/macos-build.yml

@@ -343,7 +343,7 @@ jobs:
           if [ "$CHECK_DIST_MANIFEST" == "1" ]; then
             target_os=mac
             target_cpu=arm64
-            if [ "$MAS_BUILD" == x"true" ]; then
+            if [ "${{ matrix.build-type }}" == "mas" ]; then
               target_os=mac_mas
             fi
             electron/script/zip_manifests/check-zip-manifest.py out/Default/dist.zip electron/script/zip_manifests/dist_zip.$target_os.$target_cpu.manifest