Skip to content

Commit

Permalink
Android CI: Bump the Artifacts upload to V4
Browse files Browse the repository at this point in the history
Actually, it's unused here as all builds gets uploaded to the main FTP storage
  • Loading branch information
Wohlstand committed Dec 11, 2024
1 parent 4fcea58 commit dd0d39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ jobs:
- name: Upload APK
if: success() && ${{ steps.signing-check.outputs.available == 'true' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: moondust-engine-android-${BRANCH_NAME_RES}
path: Engine/android-project/moondust-engine-android-*.apk

- name: Upload APK (unsigned)
if: success() && ${{ steps.signing-check.outputs.available != 'true' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: moondust-engine-android-${BRANCH_NAME_RES}-unsigned
Expand Down

0 comments on commit dd0d39b

Please sign in to comment.