Run default script
This commit is contained in:
parent
c4302b1a19
commit
d356e089c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_artifacts.yaml
vendored
2
.github/workflows/build_artifacts.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue