Run default script

This commit is contained in:
Djuri Baars 2024-06-09 15:29:04 +02:00
parent c4302b1a19
commit d356e089c9

View file

@ -37,7 +37,7 @@ jobs:
run: | run: |
docker run --rm \ docker run --rm \
--volume "${{ github.workspace }}:/src/" \ --volume "${{ github.workspace }}:/src/" \
batonogov/pyinstaller-windows:latest pyinstaller batonogov/pyinstaller-windows:latest
- name: Archive artifacts - name: Archive artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: