gogogo
This commit is contained in:
parent
4790bea149
commit
78d03b437d
1 changed files with 6 additions and 4 deletions
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
|
|
@ -84,13 +84,15 @@ jobs:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
distro: alpine_latest
|
distro: alpine_latest
|
||||||
|
|
||||||
# Not required, but speeds up builds by storing container images in
|
# Mount the artifacts directory as /artifacts in the container
|
||||||
# a GitHub package registry.
|
dockerRunArgs: |
|
||||||
githubToken: ${{ github.token }}
|
--volume "${PWD}/artifacts:/artifacts"
|
||||||
|
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
apt-get -y install zip
|
apk add zip
|
||||||
|
python --version
|
||||||
|
python3 --version
|
||||||
pip install -e .[build]
|
pip install -e .[build]
|
||||||
EXEC_SUFFIX=${{ matrix.package-suffix }} make executable
|
EXEC_SUFFIX=${{ matrix.package-suffix }} make executable
|
||||||
zip dist/ytdl-sub${{ matrix.package-suffix }}.zip dist/ytdl-sub${{ matrix.package-suffix }}
|
zip dist/ytdl-sub${{ matrix.package-suffix }}.zip dist/ytdl-sub${{ matrix.package-suffix }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue