You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I modified the default script to also add the android apk release.
The script works the only thing is that at the end it gives me an error telling me that it has not found any new files to add in the release /src-tauri/target/release/ in the default release folder.
the reason is that the apk is saved in src-tauri/gen/android/
so I was wondering if it is possible to add a new one to the release search folders in addition to the default one.
I read the documentation, but I didn't find a way.
The text was updated successfully, but these errors were encountered:
mobile support is tracked here: #525 / #924
general custom path support is not planned but there are enough other github actions to upload something to a release (tauri-action will output the releaseId so you can re-use that)
Hi I modified the default script to also add the android apk release.
The script works the only thing is that at the end it gives me an error telling me that it has not found any new files to add in the release /src-tauri/target/release/ in the default release folder.
the reason is that the apk is saved in src-tauri/gen/android/
so I was wondering if it is possible to add a new one to the release search folders in addition to the default one.
I read the documentation, but I didn't find a way.
The text was updated successfully, but these errors were encountered: