2024年 03月 09日 星期六 11:50:33 CST test by bot.

This commit is contained in:
licsber 2024-03-09 11:50:33 +08:00
parent 91c5d71f74
commit 01d86d8724

View File

@ -36,10 +36,12 @@ jobs:
echo "image=$IMAGE" >> $GITHUB_OUTPUT
$BUILD_DIR = Split-Path -Parent "${{ env.DOCKERFILE }}"
$PWD = Get-Location.Path
$PWD = Get-Location
echo $PWD
$PWD = $PWD.Path
echo $BUILD_DIR
echo $PWD
$BUILD_DIR = Resolve-Path (Join-Path $PWD $BUILD_DIR)
cd $BUILD_DIR