diff --git a/Makefile b/Makefile
index 25bf0c2724e16040f913ba4b4d852fe4f20fe30d..1ea28f352f3e53886df78c8c17afd463c4a7652a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ open: out/Leitfaden.pdf
 	xdg-open out/Leitfaden.pdf
 
 publish: out/Leitfaden.pdf
-	cp out/Leitfaden.pdf /shared/Projects/Osak/web/files/gamejam-2024-07-05/Guideline.pdf
+	cp out/Leitfaden.pdf /shared/Projects/Osak/web/files/gamejam/Guideline.pdf
 	make -C /shared/Projects/Osak/web forcedeploy
 
 .PHONY: all clean watch open publish