Skip to content

Commit 1cf4e80

Browse files
committed
Merge branch 'pr-602' into deploy-actions
2 parents e74dbd2 + ba7af79 commit 1cf4e80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,16 @@ jobs:
108108
permissions:
109109
contents: write
110110
env:
111-
APK_RELEASE_PATH: apk-release/app-release.apk
111+
APK_RELEASE_PATH: apk-release/*.apk
112112
steps:
113113
- name: Download APK artifact
114114
uses: actions/download-artifact@v4
115115
with:
116116
name: apk-release
117+
path : apk-release
117118

118119
- name: Deploy to GitHub Release
119-
uses: ncipollo/release-action@v1.14.0
120+
uses: ncipollo/release-action@v2
120121
with:
121122
allowUpdates: true
122123
artifacts: ${{ env.APK_RELEASE_PATH }}

0 commit comments

Comments
 (0)