Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN authored Jan 23, 2025
1 parent 4486423 commit d13dce7
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 @@ -38,7 +38,7 @@ jobs:
env:
BUILD_TOOLS_VERSION: "34.0.0"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Signed apks FOSS
path: app/build/outputs/apk/foss/release/*-signed.apk
Expand All @@ -57,7 +57,7 @@ jobs:
env:
BUILD_TOOLS_VERSION: "34.0.0"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Signed apks Market
path: app/build/outputs/apk/market/release/*-signed.apk

0 comments on commit d13dce7

Please sign in to comment.