ci: fix artifacts name

This commit is contained in:
2023-09-19 01:51:56 +08:00
parent fa373f8c2d
commit 63ac180ff5
2 changed files with 4 additions and 4 deletions

View File

@@ -62,9 +62,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: ${{ env.DEBUG_APK_PATH }}
name: TSBattery-debug-${{ github.event.head_commit.id }}
name: MIUINativeNotifyIcon-debug-${{ github.event.head_commit.id }}
- name: Upload Artifacts (Release)
uses: actions/upload-artifact@v3
with:
path: ${{ env.RELEASE_APK_PATH }}
name: TSBattery-release-${{ github.event.head_commit.id }}
name: MIUINativeNotifyIcon-release-${{ github.event.head_commit.id }}