Skip to content

Commit e3fb772

Browse files
committed
ci: fix artifact upload path to be more inclusive
1 parent e82d43c commit e3fb772

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blacksmith.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ jobs:
108108
- name: Upload arm64 APK
109109
uses: actions/upload-artifact@v4
110110
with:
111-
name: Librera.Pro-arm64
112-
path: app/build/outputs/apk/pro/release/*arm64-v8a*.apk
111+
name: Librera.Pro-APK
112+
path: "app/build/outputs/apk/**/*.apk"

0 commit comments

Comments
 (0)