Skip to content

Commit

Permalink
🐛 ci: move manifest.json to build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
omidnikrah committed Oct 7, 2024
1 parent 1e4d127 commit 94bded9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
mkdir -p /tmp/build
mkdir -p /tmp/build/${PLUGIN_NAME}-${PLUGIN_VERSION}
mv ./build/* /tmp/build/${PLUGIN_NAME}-${PLUGIN_VERSION}/
sed -i 's|build/|./|g' ./manifest.json
mv ./manifest.json /tmp/build/${PLUGIN_NAME}-${PLUGIN_VERSION}/
cd /tmp/build
zip -r ${{ env.PLUGIN_NAME }}-${{ env.PLUGIN_VERSION }}.zip ${PLUGIN_NAME}-${PLUGIN_VERSION}
Expand Down

0 comments on commit 94bded9

Please sign in to comment.