You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ogtfaber
changed the title
getAssetName to include platform name
Artifacts to include platform name
Oct 1, 2023
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.
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.
The text was updated successfully, but these errors were encountered: