There was an error while loading. Please reload this page.
2 parents 2e22282 + dbf260e commit 62426c2Copy full SHA for 62426c2
1 file changed
action.yml
@@ -22,7 +22,7 @@ runs:
22
if [[ "$RUNNER_OS" == "Windows" ]]; then
23
echo "sbt_toolpath=$RUNNER_TOOL_CACHE\\sbt\\$SBT_RUNNER_VERSION" >> "$GITHUB_OUTPUT"
24
echo "sbt_downloadpath=$RUNNER_TEMP\\_sbt" >> "$GITHUB_OUTPUT"
25
- echo "sbt_diskcache=$HOME\\AppData\\Local\\sbt" >> "$GITHUB_OUTPUT"
+ echo "sbt_diskcache=$LOCALAPPDATA\\sbt" >> "$GITHUB_OUTPUT"
26
elif [[ "$RUNNER_OS" == "macOS" ]]; then
27
echo "sbt_toolpath=$RUNNER_TOOL_CACHE/sbt/$SBT_RUNNER_VERSION" >> "$GITHUB_OUTPUT"
28
echo "sbt_downloadpath=$RUNNER_TEMP/_sbt" >> "$GITHUB_OUTPUT"
0 commit comments