#TauriActions Github for Tauri v2

7 messages · Page 1 of 1 (latest)

reef plinth
#

Heyo, anyone familiar with the TauriActions able to peak at this and determine if my build process is missing something? I've virtually copied the GH action and this worked when the app was on v1, so curious why it wouldn't work with tauri v2.

The difference being, the artifacts are looking for: D:\a\tts-helper\tts-helper\target\release\bundle\msi\TTS Helper_2.0.0_x64_en-US.msi
but the build outputs D:\a\tts-helper\tts-helper\target\x86_64-pc-windows-msvc\release\bundle\msi\TTS Helper_2.0.0_x64_en-US.msi

So x86_64-pc-windows-msvc

The build pipeline: https://github.com/Uhuh/tts-helper/actions/runs/8809407490/job/24180157669#logs

reef plinth
#

Tried seeing what could have possibly changed it and I'm not sure.

#

Mac and Linux don't compile either due to the same thing related to msvc.

#

config.toml?

reef plinth
#

I deleted the file and it works how I want. I'm not sure why it was added to begin with. I probably accepted some random prompt.

last mesa
#

if you use mobile commands then it will create this file (though i forgot why).

#

The action is supposed to handle the target argument though, i'll look into it.