Skip to content

Commit

Permalink
1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Dec 22, 2023
1 parent 230d566 commit 94253a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- name: release
uses: actions/create-release@v1
id: create_release
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
body_path: CHANGES
env:
GITHUB_TOKEN: ${{ github.token }}
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
body_path: CHANGES
env:
GITHUB_TOKEN: ${{ github.token }}
- name: upload linux artifact
- run: gh release upload ${{steps.version.outputs.version}} ./build/x86_64-pc-linux-gnu/release/xmq.gz
env:
GITHUB_TOKEN: ${{ github.token }}
env:
GITHUB_TOKEN: ${{ github.token }}
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ build/web/index.html:
@$(WEBXMQ) web/index.htmq render_html > build/web/resources/index_htmq.html
@echo Updated $@


# @$(WEBXMQ) --trim=none build/_EX1_.html to_xmq --compact > build/_EX1_.htmq
# @cat web/index.htmq | sed -e "s/_EX1_/$$(sed 's:/:\\/:g' build/_EX1_.htmq | sed 's/\&/\\\&/g')/g" > build/tmp.htmq
# @$(WEBXMQ) build/tmp2.htmq to_html > build/web/index.html
Expand Down

0 comments on commit 94253a3

Please sign in to comment.