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 8353e1d commit d1e5d59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d1e5d59

Please sign in to comment.