mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-05 18:25:28 +08:00
ci: fix artifacts name
This commit is contained in:
4
.github/workflows/commit_ci.yml
vendored
4
.github/workflows/commit_ci.yml
vendored
@@ -72,12 +72,12 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ env.DEBUG_APK_PATH }}
|
path: ${{ env.DEBUG_APK_PATH }}
|
||||||
name: TSBattery-debug-${{ github.event.head_commit.id }}
|
name: ColorOSNotifyIcon-debug-${{ github.event.head_commit.id }}
|
||||||
- name: Upload Artifacts (Release)
|
- name: Upload Artifacts (Release)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ env.RELEASE_APK_PATH }}
|
path: ${{ env.RELEASE_APK_PATH }}
|
||||||
name: TSBattery-release-${{ github.event.head_commit.id }}
|
name: ColorOSNotifyIcon-release-${{ github.event.head_commit.id }}
|
||||||
- name: Post Artifacts to Telegram
|
- name: Post Artifacts to Telegram
|
||||||
run: |
|
run: |
|
||||||
export debug=$(find ${{ env.APK_OUTPUT_PATH }}/debug -name "*.apk")
|
export debug=$(find ${{ env.APK_OUTPUT_PATH }}/debug -name "*.apk")
|
||||||
|
4
.github/workflows/pull_request_ci.yml
vendored
4
.github/workflows/pull_request_ci.yml
vendored
@@ -62,9 +62,9 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ env.DEBUG_APK_PATH }}
|
path: ${{ env.DEBUG_APK_PATH }}
|
||||||
name: TSBattery-debug-${{ github.event.head_commit.id }}
|
name: ColorOSNotifyIcon-debug-${{ github.event.head_commit.id }}
|
||||||
- name: Upload Artifacts (Release)
|
- name: Upload Artifacts (Release)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ env.RELEASE_APK_PATH }}
|
path: ${{ env.RELEASE_APK_PATH }}
|
||||||
name: TSBattery-release-${{ github.event.head_commit.id }}
|
name: ColorOSNotifyIcon-release-${{ github.event.head_commit.id }}
|
Reference in New Issue
Block a user