Skip to content

Commit

Permalink
ci(build): create debug variant instead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Aug 15, 2023
1 parent 6436a1e commit 63175cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Build with Flutter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: flutter build apk
run: flutter build apk --debug
- name: Upload build
uses: actions/upload-artifact@v3
with:
name: revanced-manager
path: build/app/outputs/flutter-apk/app-release.apk
path: build/app/outputs/flutter-apk/app-debug.apk

0 comments on commit 63175cd

Please sign in to comment.