Skip to content

Commit 76cb6e4

Browse files
[CI][Scripts] Fix file path [SkipCI]
1 parent f781909 commit 76cb6e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci-scripts/incrementVersion

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)