Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updating the release.yaml workflow so i can crosscompile for windows as well as linux. * Release version v1.2.0 * testing workflow * adding `determine tag` and `upload binaries to release` blocks. * adding the `make esbuild` to steps. * changing ref, no token. * using token. * specifying files to be uploaded * including gcc-mingw-w64-x86-64 installation. * fixing conditional. * fixing artifact folder. * updating for dev * removing artifacts * adding artifacts * fixing conditional * using the artifacts folder. * back to working workflow * installing mingw * removing old workflows * removing overwrite * pointing paddler-bin-linux-amd64.zip * pointing paddler-bin-linux-amd64/paddler-bin-linux-amd64.zip * pointing artifacts/paddler-bin-linux-amd64/paddler-bin-linux-amd64.zip * release pointing to artifacts/paddler-bin-linux-amd64/paddler-bin-linux-amd64.zip * release pointing to paddler-bin-linux-amd64/paddler-bin-linux-amd64.zip * release pointing to paddler-bin-linux-amd64.zip * telling file and asset_name * file: target/release/paddler asset_name: paddler-bin-linux-amd64 * original workflow * removing release section * uploading everything in the artifacts folder * uploading file by matrix variable * add mingw * using another toolchain action * modifying target * adding mingw * removing the old workflow. * adjusting to small letter * using action for installing the gcc compiler instead of installing manually. * using other toolchain for this. * using manual instalation.
- Loading branch information