Skip to content

Commit

Permalink
Merge pull request #201 from Artem13327/patch-10
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
tmo1 authored Aug 30, 2024
2 parents b24b4a7 + 302244f commit ce0e103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: ./gradlew assembleDebug
- name: Upload
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: com.github.tmo1.sms_ie
path: ./app/build/outputs/apk/debug/app-debug.apk

0 comments on commit ce0e103

Please sign in to comment.