This commit is contained in:
Djuri Baars 2024-06-09 14:53:23 +02:00
parent 30ab20bcb6
commit 81db6733e5

View file

@ -28,7 +28,7 @@ jobs:
- name: Run Docker Container - name: Run Docker Container
run: | run: |
docker run --rm \ docker run --rm \
--volume "${{ github.workspace }}:$(pwd):/src/" \ --volume "${{ github.workspace }}:/src/" \
batonogov/pyinstaller-windows:latest batonogov/pyinstaller-windows:latest
- name: Archive artifacts - name: Archive artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4