Fixes
Fabio Cevasco h3rald@h3rald.com
Thu, 22 Apr 2021 22:03:18 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
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 }}