mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 23:41:03 +00:00
fix: oops logic
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
path: "app/build/outputs/apk/google/alpha/app-google-alpha.apk"
|
||||
|
||||
- name: Upload APK to Discord and Telegram
|
||||
if: ${{ github.repository == 'rebelonion/Dantotsu' && env.SKIP_BUILD == 'false' }}
|
||||
if: ${{ github.repository == 'rebelonion/Dantotsu' && env.SKIP_BUILD != 'false' }}
|
||||
shell: bash
|
||||
run: |
|
||||
# Prepare Discord embed
|
||||
|
||||
Reference in New Issue
Block a user