[skip ci] ci: setup mutex for uploading (#69)

This commit is contained in:
Ylarod
2023-01-15 12:44:56 +08:00
committed by GitHub
parent c3f462d260
commit aafa24094c
4 changed files with 8 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ jobs:
name: kernel-aarch64-${{ matrix.version }}-boot-gz.img
path: android-kernel/out/android12-5.10/dist/boot-gz.img
- name: Setup mutex for uploading
uses: ben-z/gh-action-mutex@v1.0-alpha-7
- name: Upload to telegram
env:
CHAT_ID: ${{ secrets.CHAT_ID }}

View File

@@ -80,6 +80,8 @@ jobs:
name: kernel-aarch64-${{ matrix.version }}-boot.img
path: android-kernel/out/*/dist/boot.img
- name: Setup mutex for uploading
uses: ben-z/gh-action-mutex@v1.0-alpha-7
- name: Upload to telegram
env:
CHAT_ID: ${{ secrets.CHAT_ID }}

View File

@@ -67,6 +67,8 @@ jobs:
with:
name: manager
path: manager/app/build/outputs/apk/release/*.apk
- name: Setup mutex for uploading
uses: ben-z/gh-action-mutex@v1.0-alpha-7
- name: Upload to telegram
env:
CHAT_ID: ${{ secrets.CHAT_ID }}

View File

@@ -28,6 +28,8 @@ jobs:
with:
name: su
path: ./userspace/su/libs
- name: Setup mutex for uploading
uses: ben-z/gh-action-mutex@v1.0-alpha-7
- name: Upload to telegram
env:
CHAT_ID: ${{ secrets.CHAT_ID }}