Skip to content

Commit

Permalink
fix(ci): update cache paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dehydr8 committed Feb 20, 2023
1 parent e143500 commit 334d154
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Load Dependencies
run: npm ci

- name: Release
id: release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
# - name: Release
# id: release
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ jobs:
with:
path: |
built
lib/.*
!lib/.sum-*
!built/bin/wiregasm.js
!built/bin/wiregasm.wasm
!built/share/wiregasm/wiregasm.data
lib
!lib/wiregasm
!lib/crossfile.meson
!lib/Makefile
key: lib-${{ hashFiles('patches/**', 'lib/Makefile', 'lib/crossfile.meson') }}

- name: Build WASM lib
Expand Down

0 comments on commit 334d154

Please sign in to comment.