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.
2 parents 8095a83 + 9535a8a commit 8453c9cCopy full SHA for 8453c9c
.github/workflows/release-mobile.yml
@@ -79,7 +79,7 @@ jobs:
79
working-directory: mobile
80
81
- name: Move APK
82
- run: mv android/app/build/outputs/apk/release/app-release-signed.apk pulse-editor.apk
+ run: mv mobile/android/app/build/outputs/apk/release/app-release-signed.apk pulse-editor.apk
83
84
- name: Create Release Build (Android)
85
uses: softprops/action-gh-release@v2
0 commit comments