Skip to content

Commit

Permalink
ci: checkout with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Mar 7, 2024
1 parent 2d7b9da commit 0280621
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:

- name: Check out Git repository
uses: actions/checkout@v2
with:
submodules: 'true'

- name: Install Node.js, NPM
id: setup-node
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
# Prepare workspace
- name: Check out Git repository
uses: actions/checkout@v2
with:
submodules: 'true'

- name: Install Node.js, NPM
id: setup-node
Expand Down
3 changes: 2 additions & 1 deletion scripts/packagerScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const getBuildOptions = ({ target }) => {
'desktop/bip32_bg.wasm',
'desktop/config.json',
'package.json',
'proto/',
'vendor/',
'api/',
'!node_modules/',
'!node_modules/**/*.ts',
'!node_modules/**/*.md',
Expand Down

0 comments on commit 0280621

Please sign in to comment.