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

Artifacts to include platform name #571

Closed
ogtfaber opened this issue Oct 1, 2023 · 1 comment
Closed

Artifacts to include platform name #571

ogtfaber opened this issue Oct 1, 2023 · 1 comment

Comments

@ogtfaber
Copy link

ogtfaber commented Oct 1, 2023

Is there a reason why the asset name does not include the name of the platform? It would be very helpful to do this, e.g. to make the output of the action compatible with platforms like AnyStack (https://anystack.sh/docs/integrations/tauri#start).

app-name.{platform}-{arch}.tar.gz

Happy to create a PR or check if there's another way to do this.

@ogtfaber ogtfaber changed the title getAssetName to include platform name Artifacts to include platform name Oct 1, 2023
@FabianLars
Copy link
Member

Is there a reason why the asset name does not include the name of the platform?

Mainly because the action doesn't modify the names and just re-uses the names the tauri cli gives the bundles. And we never thought about the platform names in particular because the file types are already unique per platform.

That said, this is part of #215 so it's planned at least.

@FabianLars FabianLars closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2023
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

No branches or pull requests

2 participants