We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076cf4f commit 712ded3Copy full SHA for 712ded3
.github/workflows/publish.yml
@@ -28,10 +28,10 @@ jobs:
28
with:
29
channel: stable
30
flutter-version: 3.22.2
31
- # - name: Install dependencies
32
- # run: flutter pub get
33
- # - name: Publish
34
- # run: dart pub publish --force
+ - name: Install dependencies
+ run: flutter pub get
+ - name: Publish
+ run: dart pub publish --force
35
- uses: actions/download-artifact@v4
36
37
name: Android build
0 commit comments