tauri-apps / tauri-action

Build your Web application as a Tauri binary for macOS, Linux and Windows
https://tauri.app
MIT License
782 stars 134 forks source link

Action fails to find appimage built on self-hosted aarch64 device #798

Closed jp-bennett closed 1 month ago

jp-bennett commented 1 month ago

We're using this action with a self-hosted arm64 runner, to build a Linux .deb/appimage. The problem is that the appimage gets names .aarch64.AppImage, but the action looks for an artifact names .arm64.AppImage.

https://github.com/meshtastic/network-management-client/actions/runs/9199973425/job/25305699131

FabianLars commented 1 month ago

Thanks for the report. Can you test the fix/arm-appimage branch? (Replace tauri-action@v0 with tauri-action@fix/arm-appimage in your workflow)

p.s. i think this is actually a tauri bug.

jp-bennett commented 1 month ago

Yea, that did the trick, thanks!

FabianLars commented 1 month ago

Cool, thanks for testing. I'll merge it once I'm home so remember to change back your workflow as the branch will be deleted then :)