Skip to content

Commit

Permalink
refactor(ci): update cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 6, 2024
1 parent 099ecdd commit ad1d9ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ jobs:
- name: 🦥 Cache Dependencies
uses: actions/cache@v3
with:
key: venmic-deps-cache
path: |
build/_deps
node_modules
key: venmic-arm-deps
path: build/_deps

- name: 🏗️ Build Addon
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185
Expand Down

0 comments on commit ad1d9ea

Please sign in to comment.