1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-03-12 13:21:27 +00:00

update binary build workflow

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2025-02-15 19:26:23 +03:00
parent 5dfe8dd9ea
commit bf35207211
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -18,7 +18,7 @@ jobs:
pip install .
pip install pyinstaller pywin32-ctypes
pyinstaller pbincli.spec
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pbincli-windows
path: dist/*