Skip to content

Commit e9f94db

Browse files
committed
Fix artifact name
1 parent f9ca75f commit e9f94db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- uses: actions/upload-artifact@v4
121121
with:
122-
name: extension
122+
name: android
123123
path: |
124124
android/app/build/outputs/apk/release/app-release-unsigned.apk
125125
if-no-files-found: error

0 commit comments

Comments
 (0)