Skip to content

Commit

Permalink
use java 17 in packaging gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed May 29, 2024
1 parent c8a2655 commit 4f9f1d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
token: ${{ secrets.GH_PAT }}
path: autogram_sign

- uses: actions/setup-java@v1
with:
java-version: '17.x'

- uses: subosito/flutter-action@v1
with:
flutter-version: '3.16.5'
Expand Down

0 comments on commit 4f9f1d4

Please sign in to comment.