Przeglądaj źródła

Bundle windows dir

Arkadiusz Ryś 2 lat temu
rodzic
commit
3af8eef85a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -59,8 +59,8 @@ build-windows-exe:
     - xvfb-run sh -c "wine python.exe -m pip install --no-warn-script-location -r requirements.txt; wineserver -w"
 #    - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --onefile --add-data data:data --collect-all graph-exploring-tool --windowed --noconfirm; wineserver -w"
     - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --name get.exe --paths=graph_exploring_tool --noconfirm; wineserver -w"
-    - cp dist/get.exe ./
     - ls dist
+    - cp dist/get.exe ./
   rules:
     - if: $CI_COMMIT_TAG
     - if: $CI_PIPELINE_SOURCE == "push" || $CI_COMMIT_BRANCH == "dev"
@@ -70,4 +70,4 @@ build-windows-exe:
     name: "graph_exploring_tool%$CI_COMMIT_TAG"
     paths:
       - data
-      - get.exe
+      - dist/*