all repos — nimhttpd @ cdbe2c7a46a0c8bc1f892a204a30bf3228f3af36

A useful static file web server.

Fixes
Fabio Cevasco h3rald@h3rald.com
Thu, 22 Apr 2021 22:03:18 +0200
commit

cdbe2c7a46a0c8bc1f892a204a30bf3228f3af36

parent

6f00d4d1a843c5cdee44d648a99bbc103a7e3567

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -103,7 +103,7 @@ uses: xresloader/upload-to-github-release@v1

env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - file: "hastyscribe_v*.zip" + file: "nimhttpd_v*.zip" overwrite: true tag_name: ${{steps.current-release.outputs.tag_name}} release_id: ${{steps.current-release.outputs.id }}