修复制品上传
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
|||||||
run: ./gradlew --no-daemon app:assembleAlphaRelease
|
run: ./gradlew --no-daemon app:assembleAlphaRelease
|
||||||
|
|
||||||
- name: Upload Aritfact (universal)
|
- name: Upload Aritfact (universal)
|
||||||
uses: actions/upload-artifact@v7
|
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
with:
|
with:
|
||||||
name: CMFA Debug Unsigned APK (universal)
|
name: CMFA Debug Unsigned APK (universal)
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
- name: Upload Aritfact (arm64-v8a)
|
- name: Upload Aritfact (arm64-v8a)
|
||||||
uses: actions/upload-artifact@v7
|
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
with:
|
with:
|
||||||
name: CMFA Debug Unsigned APK (arm64-v8a)
|
name: CMFA Debug Unsigned APK (arm64-v8a)
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
- name: Upload Aritfact (armeabi-v7a)
|
- name: Upload Aritfact (armeabi-v7a)
|
||||||
uses: actions/upload-artifact@v7
|
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
with:
|
with:
|
||||||
name: CMFA Debug Unsigned APK (armeabi-v7a)
|
name: CMFA Debug Unsigned APK (armeabi-v7a)
|
||||||
@@ -96,7 +96,7 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
- name: Upload Aritfact (x86_64)
|
- name: Upload Aritfact (x86_64)
|
||||||
uses: actions/upload-artifact@v7
|
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
with:
|
with:
|
||||||
name: CMFA Debug Unsigned APK (x86_64)
|
name: CMFA Debug Unsigned APK (x86_64)
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
- name: Upload Aritfact (x86)
|
- name: Upload Aritfact (x86)
|
||||||
uses: actions/upload-artifact@v7
|
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
with:
|
with:
|
||||||
name: CMFA Debug Unsigned APK (x86)
|
name: CMFA Debug Unsigned APK (x86)
|
||||||
|
|||||||
Reference in New Issue
Block a user