Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carstentrink authored Dec 4, 2023
1 parent 8baa802 commit 473e963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: enablee
run: chmod +x ./gradlew
Expand All @@ -18,7 +18,7 @@ jobs:
run: ./gradlew assembleDebug

- name: Upload artifact to GitHub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: app-debug.apk
# path: ./**/*apk
Expand Down

0 comments on commit 473e963

Please sign in to comment.