Skip to content

Commit

Permalink
fix(ci): different artefact names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Aug 16, 2024
1 parent df6397e commit 33b9bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Upload debug APK
uses: actions/upload-artifact@v4
with:
name: regular-artifact
path: |
/home/runner/work/rvmob/rvmob/android/app/build/outputs/apk/regular/debug/RVMob-Debug-${{ github.sha }}-arm64-v8a.apk
/home/runner/work/rvmob/rvmob/android/app/build/outputs/apk/regular/debug/RVMob-Debug-${{ github.sha }}-armeabi-v7a.apk
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
- name: Upload debug APK
uses: actions/upload-artifact@v4
with:
name: foss-artifact
path: |
/home/runner/work/rvmob/rvmob/android/app/build/outputs/apk/foss/debug/RVMob-Debug-${{ github.sha }}-FOSS-arm64-v8a.apk
/home/runner/work/rvmob/rvmob/android/app/build/outputs/apk/foss/debug/RVMob-Debug-${{ github.sha }}-FOSS-armeabi-v7a.apk
Expand Down

0 comments on commit 33b9bca

Please sign in to comment.