Skip to content

Commit

Permalink
Upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jul 12, 2023
1 parent 8843b38 commit 19d1878
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:
java-version: '17'
- uses: gradle/gradle-build-action@v2
- run: ./gradlew build
env:
BUILD_ID: ${{ github.run_number }}.${{ matrix.os }}
- uses: actions/upload-artifact@v3
with:
path: app/build/outputs/

0 comments on commit 19d1878

Please sign in to comment.