浏览代码

Fix strategy?

Jonathan Kelley 1 年之前
父节点
当前提交
a2377e7bf6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/publish.yml

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

@@ -39,6 +39,7 @@ jobs:
   release-cli:
     permissions:
       contents: write
+    runs-on: ${{ matrix.platform.os }}
     strategy:
       matrix:
         include:
@@ -54,7 +55,6 @@ jobs:
             os: ubuntu-latest
           - target: aarch64-unknown-linux-gnu
             os: ubuntu-latest
-    runs-on: ${{ matrix.platform.os }}
     steps:
       - name: Checkout
         uses: actions/checkout@v4