fix(xcbeautify)

closes #4611
This commit is contained in:
Jacob Heider 2023-12-27 16:26:24 -05:00
parent a94d62204d
commit 1f1c6ffae0
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -20,7 +20,7 @@ build:
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
if: '>=0.21.0'
- make install
- mkdir -p {{prefix}}/bin
- mv $(swift build --configuration release --show-bin-path)/xcbeautify {{prefix}}/bin
env:
PREFIX: '{{prefix}}'
test: xcbeautify --version | grep {{version}}