Skip to content

Commit f88dd61

Browse files
Hotfix: Multi-Files
1 parent 97ddb78 commit f88dd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/upload-artifact@v3
8181
with:
8282
name: opendtu-app
83-
path: ${{steps.sign_app.outputs.signedReleaseFile}}
83+
path: android/app/build/outputs/apk/release/*.apk
8484
if-no-files-found: error
8585

8686
# skip release creation if this is not a tag push
@@ -91,4 +91,4 @@ jobs:
9191
with:
9292
generate_release_notes: true
9393
prerelease: false
94-
files: ${{steps.sign_app.outputs.signedReleaseFile}}
94+
files: android/app/build/outputs/apk/release/*.apk

0 commit comments

Comments
 (0)