Skip to content

Commit

Permalink
fix(ci): updated cache and artifact path patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dehydr8 committed Feb 23, 2023
1 parent 113a6c3 commit 493a5a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: lib
path: built
path: built/bin/

- name: Load Dependencies
run: npm ci
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- uses: actions/cache@v3
with:
path: |
built
built/*
!built/bin/wiregasm.js
!built/bin/wiregasm.wasm
!built/share/wiregasm/wiregasm.data
lib
lib/*
!lib/wiregasm
!lib/crossfile.meson
!lib/Makefile
Expand All @@ -59,9 +59,7 @@ jobs:
with:
name: lib
path: |
built/bin/wiregasm.js
built/bin/wiregasm.wasm
built/share/wiregasm/wiregasm.data
built/bin/wiregasm.*
retention-days: 3

# hack to not use node 14 bundled with emsdk
Expand Down

0 comments on commit 493a5a4

Please sign in to comment.