Skip to content

Commit

Permalink
Fix plugin upload even more
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 20, 2017
1 parent 709e843 commit 24ab919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tar -xf ${PLUGIN_NAME}-${RELEASE_VERSION}.tar -C ${TEMPDIR}
mv i18n/*.qm ${TEMPDIR}/${PLUGIN_NAME}/${PLUGIN_NAME}/i18n
DIR=`pwd`
pushd ${TEMPDIR}/${PLUGIN_NAME}
zip -r ${DIR}/${PLUGIN_NAME}-${RELEASE_VERSION}.zip ${TEMPDIR}/${PLUGIN_NAME}/${PLUGIN_NAME}
zip -r ${DIR}/${PLUGIN_NAME}-${RELEASE_VERSION}.zip ${PLUGIN_NAME}
popd

echo "## Changes in version $RELEASE_VERSION" > /tmp/changelog
Expand Down

0 comments on commit 24ab919

Please sign in to comment.