Skip to content

Commit 7e73228

Browse files
committed
Hotfix path typo
1 parent 8e6b002 commit 7e73228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-mobile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
working-directory: mobile
8080

8181
- name: Move APK
82-
run: mv android/app/build/outputs/apk/release/app-release-signed.apk pulse-editor.apk
82+
run: mv mobile/android/app/build/outputs/apk/release/app-release-signed.apk pulse-editor.apk
8383

8484
- name: Create Release Build (Android)
8585
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)