Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EETagent committed Jan 11, 2025
1 parent 071a080 commit aed13e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Generate project 🚀
#run: TUIST_BUNDLE=true tuist generate
run: tuist generate
run: TUIST_BUNDLE=true tuist generate

- name: Release Build 🔨
run: tuist build --configuration Release --build-output-path build
Expand All @@ -49,7 +49,6 @@ jobs:
- name: Create Disk Image 💿
run: |
mkdir Artifacts
zip -r ${XCBUILD_PATH}/Waifu2X.zip ${XCBUILD_PATH}/Waifu2X.app
cp ${XCBUILD_PATH}/*.dmg Artifacts
cp ${XCBUILD_PATH}/*.zip Artifacts
Expand Down

0 comments on commit aed13e5

Please sign in to comment.