Skip to content

Commit

Permalink
fix: Dir path for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent f9470cf commit 0f499da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Upload release assets
if: ${{ steps.release-please.outputs.release_created }}
run: |
cp README.md dist/
cp manifest.json dist/
mkdir -p packages/obsidian/dist/
cp README.md packages/obsidian/dist/
cp manifest.json packages/obsidian/dist/
npm ci
npm run lint -ws --if-present
Expand Down

0 comments on commit 0f499da

Please sign in to comment.