Skip to content

Commit

Permalink
Update CI stuff to hopefully make Linux+Windows builds on push to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Oct 22, 2024
1 parent 243eae3 commit 87da42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build App
on:
push:
branches:
- "feature/LinuxCiBuild"
- master

concurrency: ci-${{ github.ref }}

Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fail_on_unmatched_files: true
tag_name: "bleeding-edge"
release_name: "Development Build"
body: "An automated, and untested build of the latest code pushed to the repository. Requires Windows 10, or may work on Windows 7 with the Edge browser runtime installed."
body: "An automated, and untested build of the latest code pushed to the repository.<br />Windows version requires Windows 10 or 11, but may work on Windows 7 with the Edge browser runtime installed.<br />Linux version requires `glibc >=2.28` based distro (e.g., Ubuntu 21.04+, RHEL 9+, Debian 11+, Fedora 34+)."
draft: false
generate_release_notes: false
prerelease: true
Expand Down

0 comments on commit 87da42d

Please sign in to comment.