We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783c987 commit ceeb8bfCopy full SHA for ceeb8bf
1 file changed
.github/workflows/node.yaml
@@ -78,7 +78,7 @@ jobs:
78
corepack enable
79
80
# set isolated electron-builder cache early so downloads use it
81
- echo "XDG_CACHE_HOME=${{ runner.temp }}/electron-builder-cache-${{ github.run_id }}"
+ echo "XDG_CACHE_HOME=${{ runner.temp }}/electron-builder-cache-${{ github.run_id }}" >> $GITHUB_ENV
82
export XDG_CACHE_HOME=${{ runner.temp }}/electron-builder-cache-${{ github.run_id }}
83
rm -rf "$XDG_CACHE_HOME/electron-builder" || true
84
mkdir -p "$XDG_CACHE_HOME"
0 commit comments