Skip to content

Commit

Permalink
fix: Copy contents of obsidian folder not the folder as well
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 26, 2023
1 parent 5ecb43f commit abb3618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/upload-release-assets.sh
Expand Up @@ -6,7 +6,7 @@ git config --global user.name "andymac4182"
git config --global user.email "andrew.mcclenaghan@gmail.com"

cp manifest.json ./.release-repo/manifest.json
cp -r ./packages/obsidian ./.release-repo
cp -r ./packages/obsidian/ ./.release-repo
cd ./.release-repo
git add .
git commit -m "Update manifest for $TAG release."
Expand Down

0 comments on commit abb3618

Please sign in to comment.