Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
GitHub Dependency Graph support by GBA (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Aug 5, 2023
1 parent 4d8c3b1 commit 2c9d06a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,10 @@ jobs:
java-version: 20
- uses: gradle/gradle-build-action@v2
with:
dependency-graph: ${{ github.ref == 'refs/heads/trunk' && 'generate-and-submit' || 'disabled'}}
gradle-home-cache-cleanup: true
- run: ./gradlew app:assembleProdRelease
- uses: actions/upload-artifact@v3
with:
name: build-outputs
path: app/build/outputs/apk/prod/release/*.apk
- uses: mikepenz/gradle-dependency-submission@v1
if: github.ref == 'refs/heads/trunk'
with:
gradle-build-module: ':app'
gradle-build-configuration: 'prodReleaseRuntimeClasspath'

0 comments on commit 2c9d06a

Please sign in to comment.