Skip to content

Commit

Permalink
more path stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Sep 6, 2023
1 parent a8ab728 commit 4d42134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,12 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-apple-darwin
path: artifacts
path: ./crates/confusables-js/artifacts
- name: Download macOS arm64 artifact
uses: actions/download-artifact@v3
with:
name: bindings-aarch64-apple-darwin
path: artifacts
path: ./crates/confusables-js/artifacts
- name: Combine binaries
run: yarn universal
- name: Upload artifact
Expand Down

0 comments on commit 4d42134

Please sign in to comment.