Skip to content

Commit

Permalink
chore: fix order of android release flow (#146)
Browse files Browse the repository at this point in the history
* first checkout, then java install
  • Loading branch information
smallTrogdor authored Jun 25, 2024
1 parent 4efe7e8 commit de64399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout design_system_flutter code.
uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
cache: "gradle"

- name: Checkout design_system_flutter code.
uses: actions/checkout@v4

- name: Write Keystore from base64 encoded secret.
id: write_keystore
uses: timheuer/[email protected]
Expand Down

0 comments on commit de64399

Please sign in to comment.