Skip to content

Commit

Permalink
chore: move readme to exported files
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent a941211 commit 865dfe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
npm run build
cp package.json out
cp tsconfig.cjs.json out
cp README.md out
mkdir -p out/src
mkdir -p out/src/media
cp ./src/media/bannerslim.png out/src/media
cp readme.md out
cd out
npm pack
npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
Expand Down

0 comments on commit 865dfe0

Please sign in to comment.