Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Yash-Garg/qBittorrent-Manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33d9686a657b4fc31a1b2db379157222b5352553
Choose a base ref
..
head repository: Yash-Garg/qBittorrent-Manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de6c6620569f256fcd27d14d48a2fd19f5e34eaa
Choose a head ref
Showing with 9 additions and 3 deletions.
  1. +3 −1 .github/workflows/develop_ci.yml
  2. +3 −1 .github/workflows/pr_ci.yml
  3. +3 −1 app/.gitignore
4 changes: 3 additions & 1 deletion .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
@@ -135,4 +135,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Signed APKs
path: app/build/outputs/apk/release/*.apk
path: |
app/build/outputs/apk/free/release/*.apk
app/build/outputs/apk/nonFree/release/*.apk
4 changes: 3 additions & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
@@ -108,4 +108,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Debug APKs
path: app/build/outputs/apk/debug/*.apk
path: |
app/build/outputs/apk/free/debug/*.apk
app/build/outputs/apk/nonFree/debug/*.apk
4 changes: 3 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/build
/release
*.jks
*.properties
*.properties
free/*
nonFree/*