Skip to content

Commit b8c8027

Browse files
committed
updates
1 parent 408b966 commit b8c8027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Publish flet-ads
5656
working-directory: ${{ env.SDK_PYTHON }}/packages/flet-ads
5757
run: |
58-
uv run "${SCRIPTS}/patch_pubspec_version.py" "src/flutter/*/pubspec.yaml" $PKG_VER
58+
uv run "${SCRIPTS}/patch_pubspec_version.py" "src/flutter/flet_ads/pubspec.yaml" "$PKG_VER"
5959
dart pub get && dart analyze
6060
6161
uv version "$PYPI_VER"

0 commit comments

Comments
 (0)