Skip to content

Commit

Permalink
Added plagiarism build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinParidon committed Sep 24, 2022
1 parent 205df30 commit 8a4df5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
CMD_BUILD: python -m PyInstaller --onefile scripts/phrase_checker.py
OUT_FILE_NAME: phrase_checker.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
- os: windows-latest
TARGET: windows
CMD_BUILD: python -m PyInstaller --onefile scripts/plagiarism_checker.py
OUT_FILE_NAME: plagiarism_checker.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
Expand Down

0 comments on commit 8a4df5d

Please sign in to comment.