We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ddb78 commit f88dd61Copy full SHA for f88dd61
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
uses: actions/upload-artifact@v3
81
with:
82
name: opendtu-app
83
- path: ${{steps.sign_app.outputs.signedReleaseFile}}
+ path: android/app/build/outputs/apk/release/*.apk
84
if-no-files-found: error
85
86
# skip release creation if this is not a tag push
@@ -91,4 +91,4 @@ jobs:
91
92
generate_release_notes: true
93
prerelease: false
94
- files: ${{steps.sign_app.outputs.signedReleaseFile}}
+ files: android/app/build/outputs/apk/release/*.apk
0 commit comments