Commit 6cb616f7 authored by Watchtek's avatar Watchtek
Browse files

Update file .gitlab-ci.yml

parent efdbbb01
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,8 +9,9 @@ r95:
    - dnf install -y python3 python3-pip
    - pip3 install pyinstaller
    - pip3 install -r requirements.txt
    - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py ${CI_JOB_NAME}.py
    - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py
    - chmod +x dist/${BINARY_NAME} && mv dist/${BINARY_NAME} dist/${BINARY_NAME}_${CI_JOB_NAME}
  artifacts:
    paths:
      - dist/${CI_JOB_NAME}.py
      - dist/${BINARY_NAME}_${CI_JOB_NAME}
    expire_in: 1 week
 No newline at end of file