Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Nov 24, 2024
1 parent 48629f5 commit 8ed8845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
build-mode: ${{ matrix.build }}
#sentry-url: ${{ secrets.SENTRY_URL }}
- name: Build IOS / Upload Beta
if: github.event_name == 'push' && ${{ matrix.build }} != 'apk'
if: github.event_name == 'push' && matrix.build != 'apk'
run: bash ${GITHUB_WORKSPACE}/Scripts/fastlane.sh
working-directory: Scripts
continue-on-error: false
Expand Down

0 comments on commit 8ed8845

Please sign in to comment.