Skip to content

Commit

Permalink
[ci] update upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
redstonekasi committed Sep 22, 2024
1 parent e8b14ca commit 36b37f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
BUILD_TOOLS_VERSION: "33.0.0"

- name: Upload the APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: uwuradio
path: ${{steps.signing.outputs.signedReleaseFile}}
path: ${{steps.signing.outputs.signedReleaseFile}}

0 comments on commit 36b37f5

Please sign in to comment.