File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 run : cargo test --package evdev_manager_core
9393
9494 apk :
95- name : Generate and upload APK to Discord
95+ name : Build APK
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : Checkout repository
@@ -167,21 +167,6 @@ jobs:
167167 name : ${{ env.APK_NAME }}
168168 path : app/build/outputs/apk/ci/${{ env.APK_NAME }}.apk
169169
170- - name : Upload to Discord
171- uses : sinshutu/upload-to-discord@v2.0.0
172- if : github.event.repository.fork == false
173- env :
174- DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
175- with :
176- args : app/build/outputs/apk/ci/${{ env.APK_NAME }}.apk
177-
178- - name : Report build status to Discord
179- uses : sarisia/actions-status-discord@v1
180- if : github.event.repository.fork == false && failure()
181- with :
182- title : " Build apk"
183- webhook : ${{ secrets.DISCORD_BUILD_STATUS_WEBHOOK }}
184-
185170 synchronize-with-crowdin :
186171 runs-on : ubuntu-latest
187172
You can’t perform that action at this time.
0 commit comments