Skip to content

Commit a7fdc02

Browse files
committed
Use wildcard in path
1 parent fb3984a commit a7fdc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: betaflight-configurator-apk
61-
path: android/app/build/outputs/apk/release/app-release-signed.apk
61+
path: android/app/build/outputs/apk/release/*.apk
6262

6363
- name: Upload build artifact
6464
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)