File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ if (defined $application) {
105105 print " ::set-output name=oldAppVersionCode::$oldAppVersionCode \n " ;
106106 print " ::set-output name=newAppVersion::$newAppVersion \n " ;
107107 print " ::set-output name=newAppVersionCode::$newAppVersionCode \n " ;
108- print " ::set-output name=files::sampleapp /app/build.gradle\n " ;
108+ print " ::set-output name=files::application /app/build.gradle\n " ;
109109} else {
110110 my ($major , $minor , $patch_ ) = $oldVersion =~ / (\d +)\. (\d +)\. (\d +)/ ;
111111 if (defined $upMajor ) {
@@ -145,5 +145,5 @@ if (defined $application) {
145145 print " ::set-output name=oldVersionCode::$oldVersionCode \n " ;
146146 print " ::set-output name=newVersion::$newVersion \n " ;
147147 print " ::set-output name=newVersionCode::$newVersionCode \n " ;
148- print " ::set-output name=files::build.gradle lib /build.gradle\n " ;
148+ print " ::set-output name=files::build.gradle pdf2htmlEX /build.gradle\n " ;
149149}
You can’t perform that action at this time.
0 commit comments