We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef1762 commit 7dd7094Copy full SHA for 7dd7094
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run PyInstaller
28
run: pyinstaller --name bl --onefile --copy-metadata binarylane-cli --collect-submodules binarylane src/binarylane/console/__main__.py
29
30
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
31
with:
32
name: windows
33
path: dist/*
0 commit comments