fix: isolate packaging caches from project
This commit is contained in:
@@ -19,8 +19,8 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
|
ELECTRON_CACHE: ${{ runner.temp }}/electron
|
||||||
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
|
ELECTRON_BUILDER_CACHE: ${{ runner.temp }}/electron-builder
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: packages-${{ github.ref }}
|
group: packages-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user