Fix typo
This commit is contained in:
parent
92eb9c7145
commit
ea9298f346
2
.github/workflows/build_artifacts.yaml
vendored
2
.github/workflows/build_artifacts.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user