Skip to content

Commit 36f6c37

Browse files
committed
updates
1 parent aceffec commit 36f6c37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/extensions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
source "$SCRIPTS/common.sh"
5858
RUN_OFFSET=500 compute_release_versions "flet-ads"
5959
60-
pushd "${SDK_PYTHON}/packages/flet-ads"
61-
patch_pubspec_version "src/flutter/flet_ads/pubspec.yaml" "$PKG_VER"
60+
cd "${SDK_PYTHON}/packages/flet-ads/src/flutter/flet_ads"
61+
patch_pubspec_version "pubspec.yaml" "$PKG_VER"
6262
dart pub get && dart analyze
6363
64+
cd "${SDK_PYTHON}/packages/flet-ads"
6465
uv version "$PYPI_VER"
6566
uv build
6667
ls -laR "${SDK_PYTHON}/dist"

0 commit comments

Comments
 (0)