Add GitHub Actions workflow for downloadable web build artifacts#2
Draft
Copilot wants to merge 5 commits into
Draft
Add GitHub Actions workflow for downloadable web build artifacts#2Copilot wants to merge 5 commits into
Copilot wants to merge 5 commits into
Conversation
Co-authored-by: fischerscode <45403027+fischerscode@users.noreply.github.com>
Co-authored-by: fischerscode <45403027+fischerscode@users.noreply.github.com>
Co-authored-by: fischerscode <45403027+fischerscode@users.noreply.github.com>
Co-authored-by: fischerscode <45403027+fischerscode@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare web build for download of legacy project
Add GitHub Actions workflow for downloadable web build artifacts
Feb 12, 2026
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.
Automated web build generation with downloadable artifacts. Project remains on Flutter SDK >=2.16.1 (no dependency upgrades).
Changes
Workflow (
.github/workflows/web_build_artifact.yaml)contents: readDocumentation
WEB_BUILD_DOWNLOAD.md: Download instructions, local serving (Python/Node/PHP), troubleshootingREADME.md: Quick links to artifacts and docsWEB_BUILD_SETUP_SUMMARY.md: DE/EN technical overviewTechnical Notes
Base href set to
/for straightforward local testing. Workflow requires one-time approval on PR branches (GitHub security feature), then runs automatically post-merge.Artifacts available at:
Actions → Web Build Artifact → [run] → ArtifactsWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
canonical-lgw01.cdn.snapcraftcontent.com/usr/lib/snapd/snapd /usr/lib/snapd/snapd(dns block)https://storage.googleapis.com/flutter_infra_release/flutter/3452d735bd38224ef2db85ca763d862d6326b17f/dart-sdk-linux-x64.zip/usr/bin/curl curl --retry 3 --continue-at - --location --output /tmp/flutter/bin/cache/dart-sdk-linux-x64.zip REDACTED(http block)https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.6-stable.tar.xz/usr/bin/curl curl -o flutter.tar.xz REDACTED(http block)https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.5-stable.tar.xz/usr/bin/wget wget -q REDACTED -O flutter.tar.xz(http block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.