Skip to content

Commit

Permalink
update pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kjblanchard committed Nov 1, 2024
1 parent fdc1e2f commit 16ce005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
zlib: zlib
name: mac
- os: ubuntu
make_cmd: rebuild
make_cmd: brebuild
suffix: tgz
zlib: zlib
name: linux
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
apt update -y && apt upgrade -y
apt install cmake pkg-config -y
- name: Actual build
run: cd repo && make init && make CMAKE_BUILD_TYPE=Release erebuild
run: cd repo && make CMAKE_BUILD_TYPE=Release erebuild
- name: Update html build
run: cd repo/build/bin && awk '/<textarea id="output" rows="8"><\/textarea>/ {print; print ENVIRON["THING_ADD"]; next} 1' BbAdventures.html > temp.html && mv temp.html BbAdventures.html
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 16ce005

Please sign in to comment.