Bugfix
This commit is contained in:
parent
30ab20bcb6
commit
81db6733e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_artifacts.yaml
vendored
2
.github/workflows/build_artifacts.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Run Docker Container
|
||||
run: |
|
||||
docker run --rm \
|
||||
--volume "${{ github.workspace }}:$(pwd):/src/" \
|
||||
--volume "${{ github.workspace }}:/src/" \
|
||||
batonogov/pyinstaller-windows:latest
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue