Skip to content

Commit 87416ce

Browse files
committed
v0.3.2-beta2
1 parent 9453c97 commit 87416ce

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/05-flutter-build-devel.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
# Sequence of patterns matched against refs/tags
1515
# tags:
1616
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
17+
# - v[0-9]+.[0-9]+.[0-9]+
1718

1819
jobs:
1920
# flutter-quick-test #########################################################

.github/workflows/07-flutter-release.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
- run: dart --version
6363
- run: flutter --version
6464
- run: flutter pub get
65-
- run: flutter test
65+
66+
# _[por-Latn] Execute testes do Flutter (vide flutter-quick-test) [por-Latn]_
67+
# - run: flutter test
6668

6769
- run: flutter build web
6870

@@ -98,7 +100,9 @@ jobs:
98100
- run: dart --version
99101
- run: flutter --version
100102
- run: flutter pub get
101-
- run: flutter test
103+
104+
# _[por-Latn] Execute testes do Flutter (vide flutter-quick-test) [por-Latn]_
105+
# - run: flutter test
102106

103107
- run: flutter build ios --release --no-codesign
104108
# if: startsWith(matrix.os,'macos')
@@ -126,7 +130,9 @@ jobs:
126130
- run: dart --version
127131
- run: flutter --version
128132
- run: flutter pub get
129-
- run: flutter test
133+
134+
# _[por-Latn] Execute testes do Flutter (vide flutter-quick-test) [por-Latn]_
135+
# - run: flutter test
130136

131137
# gambiarra to not re-create the project on beta channel just to test windows
132138
- run: flutter create --platforms=windows --template app --project-name programma_exemplum_flutter --org ai.etica.hxl .
@@ -175,15 +181,15 @@ jobs:
175181
# programma-exemplum-flutter.app 168mb, too much
176182
# INFO uploading asset: programma-exemplum-flutter.aab
177183
args: |
178-
programma-exemplum-flutter.apk
184+
programma-exemplum-flutter.apk/app-release.apk
179185
180186
- name: "GitHub Release: publish specific release"
181187
uses: docker://antonyurchenko/git-release:latest
182188
env:
183189
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
184190
with:
185191
args: |
186-
programma-exemplum-flutter.apk
192+
programma-exemplum-flutter.apk/app-release.apk
187193
# TODO:
188194
# - avancado https://github.com/anton-yurchenko/git-release
189195
# - "Unreleased" https://github.com/anton-yurchenko/git-release/issues/47

0 commit comments

Comments
 (0)