We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69d327 commit ea9a6c6Copy full SHA for ea9a6c6
.github/workflows/flutter-package.yml
@@ -76,16 +76,6 @@ jobs:
76
# Update version
77
sed -i "s/^version: .*/version: $VERSION/" $FLUTTER_DIR/pubspec.yaml
78
79
- # Debug: show files before publishing
80
- echo "=== .pubignore contents ==="
81
- cat $FLUTTER_DIR/.pubignore || echo "No .pubignore found"
82
- echo ""
83
- echo "=== native_libraries contents ==="
84
- find $FLUTTER_DIR/native_libraries -type f 2>/dev/null || echo "No native_libraries found"
85
86
- echo "=== Full package tree ==="
87
- find $FLUTTER_DIR -type f | head -50
88
-
89
# Publish to pub.dev
90
cd $FLUTTER_DIR
91
dart pub get
0 commit comments