Skip to content

Commit 87a5183

Browse files
bump version
1 parent 67cc63a commit 87a5183

5 files changed

Lines changed: 4 additions & 6 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58644,7 +58644,6 @@ async function getNotarizationLog(projectRef, id) {
5864458644
if (logExitCode !== 0) {
5864558645
throw new Error(`Failed to get notarization log!`);
5864658646
}
58647-
core.info(output);
5864858647
}
5864958648
async function getExportOptions(projectRef) {
5865058649
const exportOptionPlistInput = core.getInput('export-option-plist');

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-xcode-builder",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "A GitHub Action to build, archive, and upload Unity exported xcode projects.",
55
"author": "buildalon",
66
"license": "MIT",

src/xcode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ async function getNotarizationLog(projectRef: XcodeProject, id: string) {
635635
if (logExitCode !== 0) {
636636
throw new Error(`Failed to get notarization log!`);
637637
}
638-
core.info(output);
639638
}
640639

641640
async function getExportOptions(projectRef: XcodeProject): Promise<void> {

0 commit comments

Comments
 (0)