studio-b12 / gowebdav

A golang WebDAV client library and command line tool.
BSD 3-Clause "New" or "Revised" License
309 stars 89 forks source link

Add Artifacts Workflow #49

Closed zekroTJA closed 2 years ago

zekroTJA commented 2 years ago

This pull request adds a GitHub Actions workflow configuration to create binaries for the CLI application and uploads them as artifacts to the workflow so that users can easily access latest builds of the CLI tool without cloning and compiling themselves.

The binaries are cross-compiled for Linux, Windows and Darwin based systems on x86-64 and ARM64 architectures.