Skip to content

Commit

Permalink
Fix FLET_PACKAGE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed May 23, 2022
1 parent 26f3468 commit 5a02b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ for:
- ruby --version
- bundle install --path vendor/bundle
- sh: |
export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}"
if [[ ! -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]]; then
bundle exec fastlane build_flutter
elif [[ "$APPVEYOR_REPO_TAG" == "true" ]]; then
Expand All @@ -175,7 +176,6 @@ for:
exit 1
fi
else
export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}"
bundle exec fastlane build_ipa
fi
Expand Down

0 comments on commit 5a02b3a

Please sign in to comment.