Skip to content

Commit f0d4417

Browse files
committed
ci: do not try uploading APK to Discord because file size is too large now
1 parent 834cda8 commit f0d4417

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)