#Tauri Github Action

17 messages · Page 1 of 1 (latest)

autumn tree
#

I'm using tauri-apps' Github action to create new releases in my repo. It works great when the platform is macos and ubuntu but not on windows. I'm using tauri 1.2.4, tauri-build 1.2.1 and next 13.3.0 with appDir (don't if the last one affects the results).

The workflow file's content can be found here: https://justpaste.it/b016y

wide crest
#

Does it report any errors?

#

Or what's the issue you're seeing in the first place?

autumn tree
wide crest
#

ahh so it's nextjs not being able to build, not tauri or the action 🤔

autumn tree
#

Hmm strange because for ubuntu and macos it works.

#

Indeed I'm using nextjs' experimental features: appDir.

wide crest
autumn tree
#

Oh, it seems to actually be the character 'u' in files... Assumed that there was a deeper problem here.
I'll bump nextjs version to 13.3.1-canary.4 and share the results

autumn tree
#

Seems to be working @wide crest. Definitely nextjs 13.3 AppDir is still experimental 🙂

drowsy pivot
#

apps directory is serverside rendered

#

which Tauri doesn't do

#

just clarifying for someone who might search for next and ends up here

wide crest
drowsy pivot
#

most likely, but anyone trying to export static is recommended not to do with apps

#

although i can see the appeal from layout loading and stuff like that