Skip to content

Add GitHub Actions workflow for downloadable web build artifacts#2

Draft
Copilot wants to merge 5 commits into
masterfrom
copilot/prepare-web-build-download
Draft

Add GitHub Actions workflow for downloadable web build artifacts#2
Copilot wants to merge 5 commits into
masterfrom
copilot/prepare-web-build-download

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 12, 2026

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)

    • Triggers: push to master/main, manual dispatch
    • Outputs: ZIP archive + raw build directory
    • Retention: 90 days
    • Permissions: explicit contents: read
  • Documentation

    • WEB_BUILD_DOWNLOAD.md: Download instructions, local serving (Python/Node/PHP), troubleshooting
    • README.md: Quick links to artifacts and docs
    • WEB_BUILD_SETUP_SUMMARY.md: DE/EN technical overview

Technical 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] → Artifacts

Warning

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
    • Triggering command: /usr/lib/snapd/snapd /usr/lib/snapd/snapd (dns block)
  • https://storage.googleapis.com/flutter_infra_release/flutter/3452d735bd38224ef2db85ca763d862d6326b17f/dart-sdk-linux-x64.zip
    • Triggering command: /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
    • Triggering command: /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
    • Triggering command: /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.

Copilot AI and others added 4 commits February 12, 2026 19:29
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
Copilot AI requested a review from fischerscode February 12, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants