Skip to content

Commit

Permalink
Change build_debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Apr 23, 2024
1 parent 96b178f commit 790c79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Debug APK
name: Build Nightly APK

on:
push:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
fi
- name: Build with Gradle
run: ./gradlew assembleDebug
run: ./gradlew assembleRelease

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 790c79e

Please sign in to comment.