ci: fix artifacts name

This commit is contained in:
2023-09-19 01:51:56 +08:00
parent 3cf67eb7fc
commit 32f8ca9d63
2 changed files with 4 additions and 4 deletions

View File

@@ -72,12 +72,12 @@ 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 }}
- name: Post Artifacts to Telegram
run: |
export debug=$(find ${{ env.APK_OUTPUT_PATH }}/debug -name "*.apk")

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 }}