Skip to content

Commit

Permalink
run clean build if normal build is failed
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 committed May 26, 2024
1 parent fa52e5e commit 320ae90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
destination: platform=macOS
target: GitHub One Monokai
action: build
- name: Xcode build clean
uses: sersoft-gmbh/xcodebuild-action@v3
if: failure()
with:
project: ./GitHub One Monokai.xcodeproj
destination: platform=macOS
target: GitHub One Monokai
action: clean build
- name: Prepare artifact
run: |
mkdir -p "bin/GitHub One Monokai"
Expand Down

0 comments on commit 320ae90

Please sign in to comment.