Skip to content

Commit 5a48583

Browse files
committed
fix: Fix to build request CI
1 parent aebad0b commit 5a48583

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
uses: actions/upload-artifact@v4
2929
with:
3030
name: revanced-manager
31-
path: app/build/outputs/apk/release/revanced-manager*.apk?(.asc)
31+
path: |
32+
app/build/outputs/apk/release/revanced-manager*.apk
33+
app/build/outputs/apk/release/revanced-manager*.apk.asc

0 commit comments

Comments
 (0)