Skip to content

Commit

Permalink
Update Android CI Workflow
Browse files Browse the repository at this point in the history
Update Upload Artifact Action as the version used was deprecated
  • Loading branch information
tiwiz authored Sep 10, 2024
1 parent a57e661 commit 3ca647a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: assemble
pattern: assemble-*
merge-multiple: true
path: assemble.zip

0 comments on commit 3ca647a

Please sign in to comment.