[skip ci] ci: setup mutex for uploading (#69)
This commit is contained in:
2
.github/workflows/build-kernel-5.10.yml
vendored
2
.github/workflows/build-kernel-5.10.yml
vendored
@@ -123,6 +123,8 @@ jobs:
|
|||||||
name: kernel-aarch64-${{ matrix.version }}-boot-gz.img
|
name: kernel-aarch64-${{ matrix.version }}-boot-gz.img
|
||||||
path: android-kernel/out/android12-5.10/dist/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
|
- name: Upload to telegram
|
||||||
env:
|
env:
|
||||||
CHAT_ID: ${{ secrets.CHAT_ID }}
|
CHAT_ID: ${{ secrets.CHAT_ID }}
|
||||||
|
|||||||
2
.github/workflows/build-kernel-5.15.yml
vendored
2
.github/workflows/build-kernel-5.15.yml
vendored
@@ -80,6 +80,8 @@ jobs:
|
|||||||
name: kernel-aarch64-${{ matrix.version }}-boot.img
|
name: kernel-aarch64-${{ matrix.version }}-boot.img
|
||||||
path: android-kernel/out/*/dist/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
|
- name: Upload to telegram
|
||||||
env:
|
env:
|
||||||
CHAT_ID: ${{ secrets.CHAT_ID }}
|
CHAT_ID: ${{ secrets.CHAT_ID }}
|
||||||
|
|||||||
2
.github/workflows/build-manager.yml
vendored
2
.github/workflows/build-manager.yml
vendored
@@ -67,6 +67,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: manager
|
name: manager
|
||||||
path: manager/app/build/outputs/apk/release/*.apk
|
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
|
- name: Upload to telegram
|
||||||
env:
|
env:
|
||||||
CHAT_ID: ${{ secrets.CHAT_ID }}
|
CHAT_ID: ${{ secrets.CHAT_ID }}
|
||||||
|
|||||||
2
.github/workflows/build-su.yml
vendored
2
.github/workflows/build-su.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: su
|
name: su
|
||||||
path: ./userspace/su/libs
|
path: ./userspace/su/libs
|
||||||
|
- name: Setup mutex for uploading
|
||||||
|
uses: ben-z/gh-action-mutex@v1.0-alpha-7
|
||||||
- name: Upload to telegram
|
- name: Upload to telegram
|
||||||
env:
|
env:
|
||||||
CHAT_ID: ${{ secrets.CHAT_ID }}
|
CHAT_ID: ${{ secrets.CHAT_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user