Skip to content

Commit

Permalink
Re-publish 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Nov 28, 2024
1 parent 251370c commit 7c4217d
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 @@ -148,10 +148,10 @@ 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 120
sleep 600
for dir in packages/flet_*; do
cd "$dir"
Expand Down

0 comments on commit 7c4217d

Please sign in to comment.