diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml
index fc5f12f84ba8b32e378e5d421a16646370603d98..3bbaf93527c882c2610c545435b431e8f215259b 100644
--- a/.github/workflows/switch.yml
+++ b/.github/workflows/switch.yml
@@ -38,8 +38,8 @@ jobs:
       with:
         name: update_nro
         path: bin/Switch/Release/srb2switch22_*.update.nro.zip
-    - name: Upload update zip
-      uses: actions/upload-artifact@v2
-      with:
-        name: update
-        path: bin/Switch/Release/srb2switch22_*.update.zip
\ No newline at end of file
+    # - name: Upload update zip
+    #   uses: actions/upload-artifact@v2
+    #   with:
+    #     name: update
+    #     path: bin/Switch/Release/srb2switch22_*.update.zip
\ No newline at end of file
diff --git a/Makefile_cfgs/Platforms/Switch.cfg b/Makefile_cfgs/Platforms/Switch.cfg
index be19d629e1655332fa87f15514a0a871f98e2cfd..23f18a90a2ecc286e7ab563b62927a49acae10bb 100644
--- a/Makefile_cfgs/Platforms/Switch.cfg
+++ b/Makefile_cfgs/Platforms/Switch.cfg
@@ -52,16 +52,16 @@ $(OUTDIR)/$(NAME)$(PKGSUFFIX): $(OUTDIR)/$(NAME)$(SUFFIX)
 	(cd $(OUTDIR) && zip -r -9 $(FULLZIPNAME) switch)
 	$(REMOVE) -r $(APPDIR)
 
-	@echo Generating $(PATCHZIPNAME)...
-	mkdir -p $(APPDIR)
-	cp $(OUTDIR)/$(NAME)$(PKGSUFFIX) $(APPDIR)/$(NAME)$(PKGSUFFIX)
-	-cp $(ASSETSDIR)/patch/*.cfg $(APPDIR)
-	-cp $(ASSETSDIR)/patch/*.srb $(APPDIR)
-	-cp $(ASSETSDIR)/patch/*.pk3 $(APPDIR)
-	-cp $(ASSETSDIR)/patch/*.dta $(APPDIR)
-	-cp $(ASSETSDIR)/patch/*.wad $(APPDIR)
-	-cp $(ASSETSDIR)/patch/*.dat $(APPDIR)
-	(cd $(BIN) && zip -r -9 $(PATCHZIPNAME) switch)
-	$(REMOVE) -r $(APPDIR)
+	# @echo Generating $(PATCHZIPNAME)...
+	# mkdir -p $(APPDIR)
+	# cp $(OUTDIR)/$(NAME)$(PKGSUFFIX) $(APPDIR)/$(NAME)$(PKGSUFFIX)
+	# -cp $(ASSETSDIR)/patch/*.cfg $(APPDIR)
+	# -cp $(ASSETSDIR)/patch/*.srb $(APPDIR)
+	# -cp $(ASSETSDIR)/patch/*.pk3 $(APPDIR)
+	# -cp $(ASSETSDIR)/patch/*.dta $(APPDIR)
+	# -cp $(ASSETSDIR)/patch/*.wad $(APPDIR)
+	# -cp $(ASSETSDIR)/patch/*.dat $(APPDIR)
+	# (cd $(BIN) && zip -r -9 $(PATCHZIPNAME) switch)
+	# $(REMOVE) -r $(APPDIR)
 
 	@echo " Done!"
\ No newline at end of file