Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 22, 2024
1 parent 520838f commit de7ad9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: github.event_name == 'push' && matrix.os == 'macos-latest'
run: bash ${GITHUB_WORKSPACE}/Scripts/fastlane.sh
working-directory: Scripts
continue-on-error: true
continue-on-error: false
env:
VERSION: ${{ steps.build.outputs.SENTRY_RELEASE }}
BUILD_NUMBER: ${{ steps.build.outputs.SENTRY_DIST }}
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform :ios do
team_id: "SKRSQZ43AV",
api_key_path:"APPLE_SECRETS.json",
)
sh "flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ../Runner/export.plist"
sh "flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ios/Runner/export.plist"
build_app(
skip_build_archive: true,
archive_path: "../build/ios/archive/Runner.xcarchive",
Expand Down

0 comments on commit de7ad9c

Please sign in to comment.