Skip to content

Commit

Permalink
Workflow update: Upload APK to Discord (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz authored Nov 28, 2022
1 parent 9c5a81a commit 7f70198
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/pull-req.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
paths-ignore:
- '.github/**'
- '**.md'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: set up JDK 11
uses: actions/setup-java@v3
with:
Expand All @@ -30,3 +31,12 @@ jobs:
uses: actions/[email protected]
with:
path: "app/build/outputs/apk/debug/app-debug.apk"

- name: Upload APK to Discord
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
username: Saikou Test Builds
avatar-url: "https://media.discordapp.net/attachments/927944825016311858/1046676593252253726/saikou.png"
content: "Latest Beta APK"
filename: app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 7f70198

Please sign in to comment.