mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
Fix state
This commit is contained in:
parent
a2ba1beedb
commit
392bcac1c1
3 changed files with 3 additions and 3 deletions
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@ import * as path from 'path'
|
||||||
export async function restoreCachedWrapperDist(
|
export async function restoreCachedWrapperDist(
|
||||||
executableDirectory: string
|
executableDirectory: string
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
core.saveState('WRAPPER_BASE_DIR', executableDirectory)
|
core.saveState('WRAPPER_BASE_DIR', path.resolve(executableDirectory))
|
||||||
core.info(`WRAPPER_BASE_DIR = ${core.getState('WRAPPER_BASE_DIR')}`)
|
core.info(`WRAPPER_BASE_DIR = ${core.getState('WRAPPER_BASE_DIR')}`)
|
||||||
const wrapperProperties = path.join(
|
const wrapperProperties = path.join(
|
||||||
executableDirectory,
|
executableDirectory,
|
||||||
|
|
Loading…
Reference in a new issue