修复cnm
This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: APKs
|
name: APKs
|
||||||
path: |
|
path: |
|
||||||
$GITHUB_WORKSPACE/app/app/build/outputs/apk/release/*/*.apk
|
$GITHUB_WORKSPACE/app/build/outputs/apk/release/*/*/*.apk
|
||||||
|
|
||||||
- name: Upload Mapping File To Artifact
|
- name: Upload Mapping File To Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
@@ -26,7 +26,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:cardCornerRadius="8dp"
|
app:cardCornerRadius="8dp"
|
||||||
android:layout_margin="8dp"
|
android:layout_marginHorizontal="8dp"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
android:transitionName="img_cover"
|
android:transitionName="img_cover"
|
||||||
app:strokeWidth="0dp">
|
app:strokeWidth="0dp">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user