Skip to content

Commit

Permalink
perf: change fdroid to foss
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Aug 19, 2024
1 parent d4e1b1e commit db06633
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-Apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: fdroid-release
path: app/build/outputs/apk/fdroid/release
name: foss-release
path: app/build/outputs/apk/foss/release
8 changes: 4 additions & 4 deletions .github/workflows/Build-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: fdroid-release
path: app/build/outputs/apk/fdroid/release
name: foss-release
path: app/build/outputs/apk/foss/release

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: outputs/apk/fdroid/release/app-fdroid-release.apk
asset_name: gkd-x-fdroid-${{ github.ref_name }}.apk
asset_path: outputs/apk/foss/release/app-foss-release.apk
asset_name: gkd-x-foss-${{ github.ref_name }}.apk
asset_content_type: application/vnd.android.package-archive

- run: zip -r outputs.zip outputs
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
create(defaultName) {
isDefault = true
}
create("fdroid") {
create("foss") {
buildConfigField("Boolean", "ENABLED_UPDATE", jsonStringOf(false))
}
all {
Expand Down

0 comments on commit db06633

Please sign in to comment.