Skip to content

Commit 2ca69c4

Browse files
Name artifacts to avoid a clash issue
1 parent f1c1d95 commit 2ca69c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: ./gradlew --no-daemon :app:assembleDebug
2121
- uses: actions/upload-artifact@v4
2222
with:
23+
name: build
2324
path: ./app/build/outputs/apk/debug/*.apk
2425
retention-days: 3
2526
release:
@@ -46,6 +47,7 @@ jobs:
4647
# Temporary, for testing without tagging releases
4748
- uses: actions/upload-artifact@v4
4849
with:
50+
name: release
4951
path: |
5052
./app/build/outputs/apk/release/*.apk
5153
./app/build/outputs/bundle/release/*.aab

0 commit comments

Comments
 (0)