mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Fix] (CI): publish APK artifacts directly
This commit is contained in:
@@ -157,18 +157,20 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Upload plugin APK
|
- name: Upload plugin APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: MobileGL-plugin-${{ env.date_today }}-${{ env.short_sha }}
|
name: MobileGL-plugin-${{ env.date_today }}-${{ env.short_sha }}
|
||||||
path: android-plugin/app/build/outputs/apk/plugin/release/MobileGL-plugin-release-${{ env.short_sha }}.apk
|
path: android-plugin/app/build/outputs/apk/plugin/release/MobileGL-plugin-release-${{ env.short_sha }}.apk
|
||||||
compression-level: 0
|
archive: false
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload retrace APK
|
- name: Upload retrace APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: MobileGL-retrace-apk-${{ env.date_today }}-${{ env.short_sha }}
|
name: MobileGL-retrace-apk-${{ env.date_today }}-${{ env.short_sha }}
|
||||||
path: android-plugin/app/build/outputs/apk/trace/release/MobileGL-plugin-trace-release-${{ env.short_sha }}.apk
|
path: android-plugin/app/build/outputs/apk/trace/release/MobileGL-plugin-trace-release-${{ env.short_sha }}.apk
|
||||||
compression-level: 0
|
archive: false
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
trace-cases:
|
trace-cases:
|
||||||
name: trace case matrix
|
name: trace case matrix
|
||||||
|
|||||||
Reference in New Issue
Block a user