Skip to content

Commit

Permalink
it was the path ...
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Sep 2, 2024
1 parent 961e232 commit 59c94cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
run: |
yarn global add yalc
yalc publish
sleep 2
ls -R ~/.yalc
- name: Upload yalc package
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -131,7 +129,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: yalc-package
path: ~/.yalc # Ensure this path matches where yalc expects to find the package
path: ~/.yalc/packages/@sentry/capacitor/ # Ensure this path matches where yalc expects to find the package

- name: Publish test broken node.
working-directory: example/broken_node_module
Expand Down

0 comments on commit 59c94cf

Please sign in to comment.