Goooler
2022-09-18 19:17:26 +08:00
parent b87b99cfe7
commit 3bf177c1b8
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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