Skip to content

Commit 37441b3

Browse files
committed
patch 3 --no-bump
1 parent 6e78f45 commit 37441b3

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/debugbuild.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,18 +277,9 @@ jobs:
277277
run: |
278278
VERSION="${{ steps.get_version.outputs.version }}"
279279
VERSION="$(echo -n "$VERSION" | tr -d '\r')"
280-
281-
# Map 'release' branch to 'stable' flavor
282-
BRANCH="${{ github.ref_name }}"
283-
if [[ "$BRANCH" == "release" ]]; then
284-
FLAVOR="stable"
285-
else
286-
FLAVOR="$BRANCH"
287-
fi
288-
289280
mkdir -p "dist/$VERSION"
290281
291-
APK_FLAVORED="build/app/outputs/flutter-apk/app-${FLAVOR}-release.apk"
282+
APK_FLAVORED="build/app/outputs/flutter-apk/app-${{ github.ref_name }}-release.apk"
292283
APK_DEFAULT="build/app/outputs/flutter-apk/app-release.apk"
293284
294285
if [ -f "$APK_FLAVORED" ]; then

0 commit comments

Comments
 (0)