Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jp-bennett opened this issue May 23, 2024 · 3 comments · Fixed by #799
Closed

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

jp-bennett opened this issue May 23, 2024 · 3 comments · Fixed by #799

Comments

@jp-bennett
Copy link

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
Copy link
Member

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
Copy link
Author

Yea, that did the trick, thanks!

@FabianLars
Copy link
Member

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants