소스 검색

fix file location

Matthew R Kasun 3 년 전
부모
커밋
2a0bcb8125
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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