Skip to content

Commit

Permalink
Edited version number for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasannKavlekar committed Nov 28, 2023
1 parent 366f2a4 commit 9c7962d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '12.x'
cache: 'gradle'

# Setup the flutter environment.
- uses: subosito/[email protected]
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
# flutter-version: '1.12.x' # you can also specify exact version of flutter
cache: true

# Get flutter dependencies.
- run: flutter pub get
Expand All @@ -44,7 +46,7 @@ jobs:
- run: flutter build apk

# Upload generated apk to the artifacts.
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: release-apk
path: build/app/outputs/apk/release/app-release.apk

0 comments on commit 9c7962d

Please sign in to comment.