diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml
index 3bbaf93527c882c2610c545435b431e8f215259b..5d4563110bac53fc9c7fb84943ac145d5b917ac3 100644
--- a/.github/workflows/switch.yml
+++ b/.github/workflows/switch.yml
@@ -32,14 +32,14 @@ jobs:
       uses: actions/upload-artifact@v2
       with:
         name: full
-        path: bin/Switch/Release/srb2switch22_*.full.zip
+        path: bin/Switch/srb2switch22_*.full.zip
     - name: Upload NRO update zip
       uses: actions/upload-artifact@v2
       with:
         name: update_nro
-        path: bin/Switch/Release/srb2switch22_*.update.nro.zip
+        path: bin/Switch/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
+    #     path: bin/Switch/srb2switch22_*.update.zip
\ No newline at end of file