mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 16:55:18 +08:00
ci: fix double artifacts extension
This commit is contained in:
4
.github/workflows/push_ci.yml
vendored
4
.github/workflows/push_ci.yml
vendored
@@ -55,9 +55,9 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: ${{ env.APK_FILE }}
|
||||
name: module-release.apk
|
||||
name: module-release
|
||||
- name: Upload Artifacts(demo-app)
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: ${{ env.DEMO_APK_FILE }}
|
||||
name: demo-release.apk
|
||||
name: demo-release
|
||||
|
Reference in New Issue
Block a user