diff --git a/Makefile b/Makefile index 0f18012..ec28309 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ publish: release for f in "$(DIST)/$(APP)-$(VERSION)-windows-x86_64.exe" "$(DIST)/$(APP)-$(VERSION)-setup.exe"; do \ [ -f "$$f" ] && ASSETS="$$ASSETS --asset $$f"; \ done; \ - bash "$(GITEA_RELEASE_SH)" $$ASSETS + bash "$(GITEA_RELEASE_SH)" --version $(VERSION) $$ASSETS # ── Version courante ────────────────────────────────────────────────────────── version: