-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add updater artifacts when available #129
Conversation
Still failing Seems to be at github actions release level |
tauri-action/packages/action/src/index.ts Line 95 in 0eb61ed
|
Seems like we need to escape the space. |
What you think if we remove this;
The bundler (when updater is enabled) already generates Maybe later we can add the bundler to generate the tar.gz if the updater isn't enabled if we saw a need. |
Issue fixed on #132 |
Part of #108