Skip to content

Commit

Permalink
Update build-android-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner authored Sep 16, 2024
1 parent 8ac73f8 commit 34c34c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:

- name: "Artifacts: All"
if: always()
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: "all"
path: dist
retention-days: 5

- name: "Artifacts: Android APK"
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: "android-apk"
path: |
Expand Down

0 comments on commit 34c34c9

Please sign in to comment.