You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyLibreLab 3.12.1.3
Generated automatically from commit 28009a4
Branch: fix/windows-build-compatibility
Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.
MyLibreLab 3.12.1.2
Generated automatically from commit 4e49724
Branch: fix/windows-build-compatibility
Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.
MyLibreLab 3.12.1.1
Generated automatically from commit ba55d6a
Branch: fix/windows-build-compatibility
Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.
MyLibreLab 3.12.1.0
Generated automatically from commit 26bf466
Branch: fix/windows-build-compatibility
Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.
refactor(ci): Streamline build triggers and improve workflow reliability
Refactors the CI/CD pipeline to use `workflow_dispatch` for manual
release triggers, removing redundant steps and enhancing stability.
- The `tag-and-release` workflow now manually triggers the
`build-and-release` workflow via the GitHub API after pushing a new
tag. This ensures a reliable, single trigger for release builds.
- Adds `workflow_dispatch` to the `build-and-release` workflow to allow
for manual runs.
- Removes redundant steps from the build process, such as the `chmod`
on `gradlew`, as the `setup-gradle` action handles this.
- Updates the copy logic for the `elements` directory to be more robust.