mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
cache
This commit is contained in:
parent
d8b5ee8980
commit
0c7184c7c3
1 changed files with 11 additions and 0 deletions
11
.github/workflows/build-sign-notarize.yml
vendored
11
.github/workflows/build-sign-notarize.yml
vendored
|
@ -144,6 +144,17 @@ jobs:
|
|||
- uses: teaxyz/setup@v0
|
||||
- uses: actions/checkout@v3
|
||||
- run: rm -rf ./*.{dmg,zip} || true
|
||||
|
||||
- name: cache node_modules build
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
key: darwin+x86-64-pnpm
|
||||
path: |
|
||||
./pnpm
|
||||
./.pnpm-store
|
||||
./node_modules
|
||||
./modules/desktop/node_modules
|
||||
./modules/ui/node_modules
|
||||
- uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
|
Loading…
Reference in a new issue