Skip to content

Commit

Permalink
Update web_build_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-saplin authored Dec 28, 2024
1 parent 9df3ed8 commit f3cea11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/web_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
run: |
echo "${{ secrets.SECRET_FILES }}" | base64 -d > secret_files.zip
unzip secret_files.zip -d .
- uses: actions/setup-java@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: "12.x"
cache: 'gradle'
java-version: "17.*"
cache: gradle
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit f3cea11

Please sign in to comment.