Skip to content

Commit 4acb8f1

Browse files
committed
💚 Fix Completions issue
1 parent d214e38 commit 4acb8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ tasks:
3636
sh: git rev-parse --short HEAD
3737
cmds:
3838
- sed -i '' "s/APP_VERSION/$APP_VERSION-$CURRENT_HASH/g" Sources/Version.swift
39+
- rm -rf {{.RELEASE_DIR}}/Completions
40+
- cp -r Completions {{.RELEASE_DIR}}
3941
- swift build --configuration release --disable-sandbox --arch arm64
4042
- git checkout Sources/Version.swift
4143
silent: true

0 commit comments

Comments
 (0)