This commit is contained in:
Djuri Baars 2024-06-09 15:08:11 +02:00
parent 92eb9c7145
commit ea9298f346

View File

@ -36,7 +36,7 @@ jobs:
- name: Run Docker Container - name: Run Docker Container
run: | run: |
docker run --rm \ 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/" \ --volume "${{ github.workspace }}:/src/" \
batonogov/pyinstaller-windows:latest batonogov/pyinstaller-windows:latest
- name: Archive artifacts - name: Archive artifacts