From d1e5d5953bacea05812853868c1d7a51ddf6b73f Mon Sep 17 00:00:00 2001 From: ClarkXia Date: Thu, 9 May 2024 13:41:30 +0800 Subject: [PATCH] fix: ci --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4bdb137..72b9dad 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -330,18 +330,18 @@ jobs: uses: actions/download-artifact@v3 with: name: css-modules-hash.darwin-x64.node - path: artifacts + path: . - name: Download macOS arm64 artifact uses: actions/download-artifact@v3 with: name: css-modules-hash.darwin-arm64.node - path: artifacts + path: . - name: Combine binaries run: yarn universal - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: bindings-universal-apple-darwin + name: ${{ env.APP_NAME }}.darwin-universal.node path: ${{ env.APP_NAME }}.*.node if-no-files-found: error publish: