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 8d6e70c commit a50fd00
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,18 @@ jobs:
- name: Download macOS x64 artifact
uses: actions/download-artifact@v3
with:
name: css-modules-hash.darwin-x64.node
name: ${{ env.APP_NAME }}.darwin-x64.node
path: artifacts
- name: List packages
run: ls artifacts/
shell: bash
- name: Download macOS arm64 artifact
uses: actions/download-artifact@v3
with:
name: css-modules-hash.darwin-arm64.node
name: ${{ env.APP_NAME }}.darwin-arm64.node
path: artifacts
- name: List packages
run: ls -R .
run: ls artifacts/
shell: bash
- name: Combine binaries
run: yarn universal
Expand Down

0 comments on commit a50fd00

Please sign in to comment.