comment
This commit is contained in:
parent
73fe5687c3
commit
9b08ea2813
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
pyinstaller ytdl-sub.spec
|
pyinstaller ytdl-sub.spec
|
||||||
mkdir -p /opt/builds
|
mkdir -p /opt/builds
|
||||||
mv dist/ytdl-sub /opt/builds/ytdl-sub_linux
|
mv dist/ytdl-sub /opt/builds/ytdl-sub_linux
|
||||||
@ Build wheel
|
# Build wheel
|
||||||
mkdir -p /opt/wheels
|
mkdir -p /opt/wheels
|
||||||
python3 -m build
|
python3 -m build
|
||||||
mv dist/ytdl-sub-${{ needs.version.outputs.pypi_version }}.tar.gz /opt/wheels
|
mv dist/ytdl-sub-${{ needs.version.outputs.pypi_version }}.tar.gz /opt/wheels
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue