From 2fd63c98a99929fb658b7fb9a6626d2541c5767f Mon Sep 17 00:00:00 2001 From: Dohg678 <160362463+Dohg678@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:24:37 +0100 Subject: [PATCH] Update main.yml Signed-off-by: Dohg678 <160362463+Dohg678@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9214cf..1f8d3c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.11 - run: pip install -r Requirements.txt pyinstaller - - run: pyinstaller your-code.py + - run: pyinstaller game.py # Optionally verify that it works (provided that it does not need user interaction) - run: ./dist/your-code/your-code - uses: actions/upload-artifact@v2