Skip to content

Commit

Permalink
Republish Flutter packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jun 18, 2024
1 parent c7f7761 commit e48ded0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ for:
cd packages/flet
echo "Running flet tests"
flutter test || exit 1
dart pub publish --force || exit 1
dart pub publish --force
cd $APPVEYOR_BUILD_FOLDER
sleep 10
for dir in packages/flet_*; do
cd "$dir"
echo "Publishing $dir package"
dart pub publish --force || exit 1
dart pub publish --force
cd "$APPVEYOR_BUILD_FOLDER"
done
Expand Down

0 comments on commit e48ded0

Please sign in to comment.