We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b6221 commit 37ee0e8Copy full SHA for 37ee0e8
.github/workflows/build.yml
@@ -7,14 +7,14 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
- run: ./gradlew --no-daemon build
14
env:
15
TERM: dumb
16
JAVA_OPTS: -Xmx2048m
17
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
18
19
- name: build
20
- path: build
+ name: debug-apk
+ path: build/outputs/apk/debug/*.apk
.github/workflows/reuse.yml
@@ -7,5 +7,5 @@ jobs:
test:
- - uses: fsfe/reuse-action@v1
+ - uses: fsfe/reuse-action@v1
0 commit comments