Skip to content

Commit 40c9aa1

Browse files
committed
Fix CLI CI: copy resolvers.txt before build for go:embed
1 parent cc334c9 commit 40c9aa1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
with:
5454
go-version-file: cli/go.mod
5555

56+
- name: Copy resolver list for embedding
57+
run: cp app/src/main/res/raw/resolvers.txt cli/resolvers.txt
58+
5659
- name: Build
5760
working-directory: cli
5861
env:

0 commit comments

Comments
 (0)