tauri-action icon indicating copy to clipboard operation
tauri-action copied to clipboard

feat: Support `--target` input in `args`

Open FabianLars opened this issue 3 years ago • 0 comments

This is really not a nice solution, but a better one would need a bigger rewrite which i don't have time for tbh. We should have a cargo metadata follow-up PR either way in case people commit their config.toml file.

Another problem is how it deletes existing release assets. The way it is now it will remove them per OS, not per arch, so you can't upload a .dmg file for example for both arches. The .app file obviously has a naming problem, so maybe we don't want to support this at all right now?

Successful run: https://github.com/FabianLars/mw-toolbox/actions/runs/3078695681

Release: grafik

p.s. i didn't plan to PR from this branch so the commit messages are weird, but squash merge to the rescue 🥳

FabianLars avatar Sep 19 '22 12:09 FabianLars