File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ const run = () => {
5151 ...selector . getAllVersions ( ) . map ( ver => `- ${ ver . version } (${ ver . path } )` )
5252 ] . join ( os_1 . EOL ) ) ;
5353 }
54- core . debug ( `Xcode ${ targetVersion . version } (${ targetVersion . path } ) will be set` ) ;
54+ core . debug ( `Xcode ${ targetVersion . version } (${ targetVersion . buildNumber } ) ( ${ targetVersion . path } ) will be set` ) ;
5555 selector . setVersion ( targetVersion ) ;
56- core . info ( `Xcode is set to ' ${ targetVersion . version } ' ` ) ;
56+ core . info ( `Xcode is set to ${ targetVersion . version } ( ${ targetVersion . buildNumber } ) ` ) ;
5757 }
5858 catch ( error ) {
5959 core . setFailed ( error . message ) ;
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ const run = (): void => {
2929 ) ;
3030 }
3131
32- core . debug ( `Xcode ${ targetVersion . version } (${ targetVersion . path } ) will be set` ) ;
32+ core . debug ( `Xcode ${ targetVersion . version } (${ targetVersion . buildNumber } ) ( ${ targetVersion . path } ) will be set` ) ;
3333 selector . setVersion ( targetVersion ) ;
34- core . info ( `Xcode is set to ' ${ targetVersion . version } ' ` ) ;
34+ core . info ( `Xcode is set to ${ targetVersion . version } ( ${ targetVersion . buildNumber } ) ` ) ;
3535 } catch ( error ) {
3636 core . setFailed ( error . message ) ;
3737 }
You can’t perform that action at this time.
0 commit comments