Skip to content

Commit

Permalink
push@gradle : no comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mobagenie committed Sep 26, 2024
1 parent 978f50c commit 50eab55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo-cordova-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
PACKAGE_NAME=$(echo "$REPO_URL" | sed 's|https://github.com/||;s|/|.|g;s|.git$||;s|-|.|g;s|[^a-zA-Z0-9.]||g')
docker run --rm -v "${{ github.workspace }}:/github/workspace" -w /github/workspace mobagenie/mgbuild:v1 sh -c "
sed -i 's/appNameReplace/$PACKAGE_NAME/g; s/appDescReplace/$APP_NAME/g' cordovaProject/config.xml &&
sed -i 's/pkgNameReplace/$PACKAGE_NAME/g; s/displayNameReplace/$APP_NAME/g' cordovaProject/package.json &&
sed -i 's/appNameReplace/$APP_NAME/g; s/appDescReplace/$APP_NAME/g' cordovaProject/config.xml &&
sed -i 's/pkgNameReplace/$PACKAGE_NAME/g; s/displayNameReplace/$APP_NAME/g'; s/appDescReplace/$APP_NAME/g' cordovaProject/package.json &&
cp -r gradle/public/* cordovaProject/www &&
cd cordovaProject &&
cordova platform add android &&
Expand Down

0 comments on commit 50eab55

Please sign in to comment.