Release v1.0.1: Windows installers via GitHub Actions - #3
Merged
Conversation
Build NSIS/MSI/portable artifacts on windows-latest when a v* tag is pushed, and point the landing page at the new GitHub Release assets. Co-authored-by: Krystian <haser88@gmail.com>
Co-authored-by: Krystian <haser88@gmail.com>
hsr88
marked this pull request as ready for review
August 14, 2026 14:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windows installers are already published — this PR only needs a merge so the landing page and version bump land on
main.Release
https://github.com/hsr88/envtunnel/releases/tag/v1.0.1
Built by GitHub Actions on
windows-latest(run succeeded).In this PR
v*tagsPlease merge so GitHub Pages picks up the new links. You can already download/install from the Release page without waiting for the merge.
Summary by cubic
Publishes Windows installers via GitHub Actions and bumps EnvTunnel to v1.0.1. Previously installers built on Linux failed; now tag pushes build on
windows-latestand attach NSIS, MSI, and a portableEnvTunnel.exeto the release. The landing page and app UI show v1.0.1, download cards list correct sizes, and external links userel="noopener noreferrer".v1.0.1from this commit to trigger the workflow; merge only after release assets exist to avoid dead links.EnvTunnel_1.0.1_x64-setup.exe,EnvTunnel_1.0.1_x64_en-US.msi, andEnvTunnel.exe(built viatauri-apps/tauri-action@v1, uploaded withsoftprops/action-gh-release@v2).v1.0.1, sizes match artifacts (~2 MB, ~3 MB, ~10 MB), and GitHub links includerel="noopener noreferrer".Written for commit e2dcb12. Summary will update on new commits.