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 3e23c1b commit 07938e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo-cordova-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
docker run --rm -v "${{ github.workspace }}:/github/workspace" -w /github/workspace mobagenie/mgbuild:v1 sh -c "
# Replace appNameReplace and appDescReplace in package.json
sed -i "s/appNameReplace/$PACKAGE_NAME/g; s/appDescReplace/$APP_NAME/g" cordovaProject/package.json
sed -i 's/appNameReplace/$PACKAGE_NAME/g; s/appDescReplace/$APP_NAME/g' cordovaProject/package.json

cp -r gradle/public/* cordovaProject/www &&
cd cordovaProject &&
Expand Down

0 comments on commit 07938e5

Please sign in to comment.