Unverified Commit ee17ee7f authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Update gitlab ci example (#76)

parent a9d4b5d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ windows_bin:
    - echo "Creating Windows artifact"
    - pip install -r ./test/requirements.txt
    - cd ./test && pyinstaller --onefile main.py
    - cp ./build/*.exe ../
    - cp ./dist/*.exe ../
  rules:
    - when: always
  artifacts: