try ubuntu
This commit is contained in:
parent
c54fff7806
commit
8342f3fedf
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
id: runcmd
|
id: runcmd
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
distro: alpine_latest
|
distro: ubuntu22.04
|
||||||
|
|
||||||
# Mount the artifacts directory as /artifacts in the container
|
# Mount the artifacts directory as /artifacts in the container
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
|
|
@ -103,13 +103,12 @@ jobs:
|
||||||
|
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
apk add python3 py3-pip
|
|
||||||
python3 -m pip install -e .
|
python3 -m pip install -e .
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
python3 -m pip install pyinstaller
|
python3 -m pip install pyinstaller
|
||||||
echo "installed"
|
echo "installed"
|
||||||
pyinstaller --help
|
pyinstaller --help
|
||||||
pyinstaller ytdl-sub.spec
|
pyinstaller --debug=all ytdl-sub.spec
|
||||||
mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }}
|
mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue