diff --git a/.github/workflows/build_artifacts.yaml b/.github/workflows/build_artifacts.yaml index 950ed6d..6fc7d06 100644 --- a/.github/workflows/build_artifacts.yaml +++ b/.github/workflows/build_artifacts.yaml @@ -36,7 +36,7 @@ jobs: - name: Run Docker Container run: | docker run --rm \ - --volume "/tmp/.cachepip/wine/drive_c/users/root/appdata/local/pip/cache" \ + --volume "/tmp/.cachepip:/wine/drive_c/users/root/appdata/local/pip/cache" \ --volume "${{ github.workspace }}:/src/" \ batonogov/pyinstaller-windows:latest - name: Archive artifacts