Skip to content

Commit

Permalink
cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 4, 2024
1 parent cd89275 commit 8a864fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
uses: actions/cache@v3
with:
key: electron-builder-linux
path:
- ~/.cache/electron
- ~/.cache/electron-builder
path: |
~/.cache/electron
~/.cache/electron-builder
- name: Configure npm caches
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -166,9 +166,9 @@ jobs:
uses: actions/cache@v3
with:
key: electron-builder-mac
path:
- ~/Library/Caches/electron
- ~/Library/Caches/electron-builder
path: |
~/Library/Caches/electron
~/Library/Caches/electron-builder
- name: Configure npm caches
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 8a864fe

Please sign in to comment.