Browse Source

fix file location

Matthew R Kasun 3 years ago
parent
commit
2a0bcb8125
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/test-artifacts.yml

+ 2 - 2
.github/workflows/test-artifacts.yml

@@ -49,7 +49,7 @@ jobs:
             - name: deploy
               uses: mdallasanta/[email protected]
               with:
-                local: ./build/netmaker                                         # Local file path - REQUIRED false - DEFAULT ./
+                local: ./netclient/build/netclient                            # Local file path - REQUIRED false - DEFAULT ./
                 remote: /var/www/files/testing/                               # Remote file path - REQUIRED false - DEFAULT ~/
                 host: fileserver.clustercat.com                               # Remote server address - REQUIRED true
                 #port: ${{secrets.PORT}}                                      # Remote server port - REQUIRED false - DEFAULT 22
@@ -75,7 +75,7 @@ jobs:
             - name: deploy
               uses: mdallasanta/[email protected]
               with:
-                local: ./build/netmaker                                         # Local file path - REQUIRED false - DEFAULT ./
+                local: ./build/netmaker                                       # Local file path - REQUIRED false - DEFAULT ./
                 remote: /var/www/files/testing/                               # Remote file path - REQUIRED false - DEFAULT ~/
                 host: fileserver.clustercat.com                               # Remote server address - REQUIRED true
                 #port: ${{secrets.PORT}}                                      # Remote server port - REQUIRED false - DEFAULT 22