From 92bfadd8e5d17c96ea116aa35518becfb45d1348 Mon Sep 17 00:00:00 2001 From: datawhores Date: Wed, 22 Nov 2023 22:53:08 -0600 Subject: [PATCH] fix --- .github/workflows/commit_bundler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit_bundler.yml b/.github/workflows/commit_bundler.yml index d8e89452e..71572e7fe 100644 --- a/.github/workflows/commit_bundler.yml +++ b/.github/workflows/commit_bundler.yml @@ -73,7 +73,7 @@ jobs: echo "install run pyinstaller" echo "ls files" ls . - /root/.local/bin/poetry run pyinstaller /root/work/OF-Scraper/ofscraper/__main__.py --collect-submodules application --name "ofscraper_linux_${{ steps.commit.outputs.short}}" --onefile + /root/.local/bin/poetry run pyinstaller ./ofscraper/__main__.py --collect-submodules application --name "ofscraper_linux_${{ steps.commit.outputs.short}}" --onefile - name: upload one file uses: actions/upload-artifact@v3 @@ -96,7 +96,7 @@ jobs: echo "install run pyinstaller" echo "ls files" ls . - /root/.local/bin/poetry run pyinstaller /root/work/OF-Scraper/ofscraper/__main__.py --collect-submodules application --name "ofscraper_linux_${{ steps.commit.outputs.short}}" --onefile + /root/.local/bin/poetry run pyinstaller ./ofscraper/__main__.py --collect-submodules application --name "ofscraper_linux_${{ steps.commit.outputs.short}}" --onefile zip -r "dist/ofscraper_linux_${{steps.commit.outputs.short}}.zip" "dist/ofscraper_linux_${{steps.commit.outputs.short}}" - name: upload one file uses: actions/upload-artifact@v3