We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f08819 commit 7c17b10Copy full SHA for 7c17b10
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ env:
14
DOTNET_NOLOGO: true
15
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16
DOTNET_CLI_TELEMETRY_OPTOUT: true
17
- RESONITE_INSTALL_DIR: ${{ runner.temp }}/resonite
+ RESONITE_INSTALL_DIR: ${{ github.workspace }}/.resonite
18
19
jobs:
20
build:
0 commit comments