We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d214e38 commit 4acb8f1Copy full SHA for 4acb8f1
taskfile.yml
@@ -36,6 +36,8 @@ tasks:
36
sh: git rev-parse --short HEAD
37
cmds:
38
- 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}}
41
- swift build --configuration release --disable-sandbox --arch arm64
42
- git checkout Sources/Version.swift
43
silent: true
0 commit comments