diff --git a/.github/workflows/build_debug_apk.yml b/.github/workflows/build_debug_apk.yml index 0f3f2c1bb6..d80fb779e3 100644 --- a/.github/workflows/build_debug_apk.yml +++ b/.github/workflows/build_debug_apk.yml @@ -58,6 +58,7 @@ jobs: with: name: Debug APK path: build/outputs/apk/lawnWithQuickstep/debug/*.apk + send-notifications: runs-on: ubuntu-latest if: github.repository == 'LawnchairLauncher/lawnchair' @@ -69,7 +70,7 @@ jobs: submodules: true fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install Python packages diff --git a/.github/workflows/build_release_apk.yml b/.github/workflows/build_release_apk.yml index 71441f3e5d..8a57d8276e 100644 --- a/.github/workflows/build_release_apk.yml +++ b/.github/workflows/build_release_apk.yml @@ -38,6 +38,7 @@ jobs: with: name: Release APK path: build/outputs/apk/lawnWithQuickstep/release/*.apk + send-notifications: runs-on: ubuntu-latest if: github.repository == 'LawnchairLauncher/lawnchair' @@ -49,7 +50,7 @@ jobs: submodules: true fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install Python packages diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index a8917a80b4..2c797b2144 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -85,7 +85,7 @@ jobs: name: Release APK path: artifacts/release-apk - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: 3.x - name: Install Python packages