Skip to content

Commit

Permalink
ci: update (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj authored May 31, 2024
1 parent 3bd7b3e commit 055b476
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '19'
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -32,7 +32,7 @@ jobs:
chmod +x ./gradlew
./gradlew assembleRelease
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NotDeveloper-${{ github.sha }}
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit 055b476

Please sign in to comment.