Skip to content

Commit 4272672

Browse files
author
n3kosempai
committed
[release] changed url for generate source file
1 parent 53474e3 commit 4272672

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

io.github.N3kosempai.klia-store.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ modules:
3838
TAURI_PLATFORM_TYPE: 'Linux'
3939
TAURI_ENV_PRODUCTION: 'true'
4040
build-commands:
41+
# Debug: Check where npm is looking for cache
42+
- echo "npm_config_cache = $npm_config_cache"
43+
- echo "Current dir = $(pwd)"
44+
- ls -lah /run/build/klia-store/npm-cache/_cacache/content-v2/ || true
45+
- ls -lah flatpak-node/npm-cache/_cacache/content-v2/ || true
46+
4147
# Verify npm cache is populated
4248
- npm cache verify
4349

@@ -65,5 +71,5 @@ modules:
6571
sources:
6672
- type: dir
6773
path: .
68-
- generated-sources.json
69-
- cargo-sources.json
74+
- ./generated-sources.json
75+
- ./cargo-sources.json

0 commit comments

Comments
 (0)