ci: fix release creation (#4982)

This commit is contained in:
Alexis Saettler
2021-03-19 13:16:18 +01:00
committed by GitHub
parent 6952f41417
commit fd700d3e50
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ ln -s $ROOT/LICENSE $package/
ln -s $ROOT/nginx_app.conf $package/
ln -s $ROOT/package.json $package/
ln -s $ROOT/Procfile $package/
ln -s $ROOT/readme.md $package/
ln -s $ROOT/README.md $package/
ln -s $ROOT/server.php $package/
ln -s $ROOT/webpack.mix.js $package/
ln -s $ROOT/yarn.lock $package/