WIP: feat(workflows): add new build workflows for Windows, Linux, and macOS, and remove obsolete build scripts #17

Draft
m wants to merge 117 commits from ozgur/build into main
Showing only changes of commit e54bbfcf5d - Show all commits

View File

@ -327,4 +327,5 @@ jobs:
- Branch: ${{ github.ref_name }} - Branch: ${{ github.ref_name }}
- Build Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC") - Build Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
prerelease: ${{ github.ref != 'refs/heads/main' }} prerelease: ${{ github.ref != 'refs/heads/main' }}
tag_name: '${{ env.RELEASE_TAG }}' tag_name: '${{ env.RELEASE_TAG }}'