Skip to content

Commit

Permalink
[Test] Chrome path 조정3
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Sep 18, 2023
1 parent 3227b3e commit c2572fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kakao-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "TITLE=$TITLE" >> $env:GITHUB_OUTPUT
echo "DESC=$DESC" >> $env:GITHUB_OUTPUT
}
$CHROME_PATH = (Join-Path (Join-Path (Split-Path (Split-Path "${{github.workspace}}") -Parent) "chromium\latest\x64") "chrome.exe")
$CHROME_PATH = (Join-Path (Join-Path (Split-Path (Split-Path "${{github.workspace}}") -Parent) "_tool\chromium\latest\x64") "chrome.exe")
echo "CHROME_PATH=$CHROME_PATH" >> $env:GITHUB_OUTPUT
id: determine_event_type_windows

Expand Down

0 comments on commit c2572fc

Please sign in to comment.