Skip to content

Commit 50272cd

Browse files
authored
Merge pull request #1384 from devnoname120/patch-1
GitHub Actions — Publish build artifacts
2 parents efb4b02 + 2e9a24b commit 50272cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/android.yml

+7
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ jobs:
2020
java-version: 17
2121
- name: Build with Gradle
2222
run: ./gradlew build
23+
- name: Upload build artifacts
24+
uses: actions/upload-artifact@v3
25+
with:
26+
name: build-artifacts
27+
path: |
28+
app/build/outputs/apk/
29+
app/build/outputs/bundle/

0 commit comments

Comments
 (0)