Skip to content

Commit c51d629

Browse files
committed
fix: ci
1 parent 603e20e commit c51d629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
lfs: true
2020

2121
- name: Install Dependencies 🚀
22-
run: brew install create-dmg tuist
22+
run: brew install tuist
2323
env:
2424
HOMEBREW_NO_INSTALL_CLEANUP: 1
2525
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -40,7 +40,7 @@ jobs:
4040
run: tuist generate
4141

4242
- name: Release Build 🔨
43-
run: tuist build --configuration Release --build-output-path build
43+
run: xcodebuild -scheme Waifu2X -target Waifu2X -configuration Release -derivedDataPath build
4444

4545
#- name: Check Send signature
4646
# run: codesign --verify -vvvv --deep --strict "${XCBUILD_PATH}/${MACOS_APP_ARTIFACT}"

0 commit comments

Comments
 (0)