Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed May 9, 2024
1 parent 002b94c commit 5787b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@ jobs:
- name: Download macOS x64 artifact
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-apple-darwin
name: css-modules-hash.darwin-x64.node
path: artifacts
- name: Download macOS arm64 artifact
uses: actions/download-artifact@v3
with:
name: bindings-aarch64-apple-darwin
name: css-modules-hash.darwin-arm64.node
path: artifacts
- name: Combine binaries
run: yarn universal
Expand Down

0 comments on commit 5787b6e

Please sign in to comment.