瀏覽代碼

ci: remove electron beta requirement

Brendan Allan 6 月之前
父節點
當前提交
1b0d65f80e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -264,7 +264,7 @@ jobs:
             target: aarch64-unknown-linux-gnu
             target: aarch64-unknown-linux-gnu
             platform_flag: --linux
             platform_flag: --linux
     runs-on: ${{ matrix.settings.host }}
     runs-on: ${{ matrix.settings.host }}
-    if: github.ref_name == 'beta'
+    # if: github.ref_name == 'beta'
     steps:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3