Skip to content

Commit

Permalink
bump GHA sub-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Jul 19, 2023
1 parent 3464edf commit 99a7cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
Expand All @@ -18,7 +18,7 @@ jobs:
- run: flutter --version
- run: flutter pub get
- run: flutter build apk
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: apk-release
name: frigoligo-release.apk
path: build/app/outputs/flutter-apk/app-release.apk

0 comments on commit 99a7cf4

Please sign in to comment.