Skip to content

Commit

Permalink
ci: update deps, only upload apk
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkoen committed Jun 4, 2024
1 parent 84b6221 commit 37ee0e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: ./gradlew --no-daemon build
env:
TERM: dumb
JAVA_OPTS: -Xmx2048m
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build
path: build
name: debug-apk
path: build/outputs/apk/debug/*.apk
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fsfe/reuse-action@v1
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v1

0 comments on commit 37ee0e8

Please sign in to comment.