mirror of
https://github.com/r4sas/PBinCLI
synced 2025-02-03 18:34:39 +00:00
[gha] update used actions
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
ee11c06eda
commit
7413bad322
6
.github/workflows/binary.yml
vendored
6
.github/workflows/binary.yml
vendored
@ -7,9 +7,9 @@ jobs:
|
||||
name: Binary for windows
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Build executable with pyinstaller
|
||||
@ -18,7 +18,7 @@ jobs:
|
||||
pip install .
|
||||
pip install pyinstaller pywin32-ctypes
|
||||
pyinstaller pbincli.spec
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pbincli-windows
|
||||
path: dist/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user