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 603e20e commit c51d629Copy full SHA for c51d629
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
lfs: true
20
21
- name: Install Dependencies 🚀
22
- run: brew install create-dmg tuist
+ run: brew install tuist
23
env:
24
HOMEBREW_NO_INSTALL_CLEANUP: 1
25
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -40,7 +40,7 @@ jobs:
40
run: tuist generate
41
42
- name: Release Build 🔨
43
- run: tuist build --configuration Release --build-output-path build
+ run: xcodebuild -scheme Waifu2X -target Waifu2X -configuration Release -derivedDataPath build
44
45
#- name: Check Send signature
46
# run: codesign --verify -vvvv --deep --strict "${XCBUILD_PATH}/${MACOS_APP_ARTIFACT}"
0 commit comments