Browse Source

fix file location

Matthew R Kasun 3 năm trước cách đây
mục cha
commit
2a0bcb8125
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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