From d834eec9249703bdb07aa5da90d3128455e49480 Mon Sep 17 00:00:00 2001 From: Dohg678 <160362463+Dohg678@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:29:40 +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 1f8d3c8..00e4b7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - run: pip install -r Requirements.txt pyinstaller - run: pyinstaller game.py # Optionally verify that it works (provided that it does not need user interaction) - - run: ./dist/your-code/your-code + - run: ./ - uses: actions/upload-artifact@v2 with: path: dist/*