Skip to content

Commit

Permalink
maybe read doc also
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Dec 23, 2024
1 parent 5254a9c commit 8fc4957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: "17.x"

# Gradle cache for faster builds
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -44,7 +44,7 @@ jobs:
- run: flutter build apk --release

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

0 comments on commit 8fc4957

Please sign in to comment.