Skip to content

Commit 7c17b10

Browse files
committed
ci: ♻️ update Resonite install directory path in CI workflow
1 parent 1f08819 commit 7c17b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
DOTNET_NOLOGO: true
1515
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1616
DOTNET_CLI_TELEMETRY_OPTOUT: true
17-
RESONITE_INSTALL_DIR: ${{ runner.temp }}/resonite
17+
RESONITE_INSTALL_DIR: ${{ github.workspace }}/.resonite
1818

1919
jobs:
2020
build:

0 commit comments

Comments
 (0)