diff --git a/.goreleaser.yml b/.goreleaser.yml
index 5d9359b50691fc5aa26978d6d0c718c775d6e65f..12910f7c0eee5ade6a0bab1b36afd8f1b9b84981 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -74,7 +74,7 @@ nfpms:
       - dst: /var/lib/ntfy
         type: dir
       - dst: /usr/share/ntfy/logo.png
-        src: server/static/img/ntfy.png
+        src: web/public/static/img/ntfy.png
     scripts:
       preinstall: "scripts/preinst.sh"
       postinstall: "scripts/postinst.sh"