Set working directory in docker container
Some checks failed
Build and Release / Build Windows Exe (push) Failing after 4s

This commit is contained in:
2026-02-06 15:26:24 -05:00
parent b3c5f3a6fd
commit 284e6b1fbf

View File

@@ -16,7 +16,7 @@ jobs:
- name: Build with PyInstaller
run: |
docker run --rm -v "${{ github.workspace }}:/src/" --entrypoint /bin/sh cdrx/pyinstaller-windows:python3 -c "python -m pip install -r requirements.txt && pyinstaller --onefile --clean --name wif2ansible run.py"
docker run --rm -v "${{ github.workspace }}:/src/" -w /src/ --entrypoint /bin/sh cdrx/pyinstaller-windows:python3 -c "python -m pip install -r requirements.txt && pyinstaller --onefile --clean --name wif2ansible run.py"
- name: Generate Version Tag
id: version