From 78d03b437dc2df808dfd83359a7516185bec511e Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 14:04:52 -0800 Subject: [PATCH] gogogo --- .github/workflows/release.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 34e03568..17edee34 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,13 +84,15 @@ jobs: arch: ${{ matrix.arch }} distro: alpine_latest - # Not required, but speeds up builds by storing container images in - # a GitHub package registry. - githubToken: ${{ github.token }} + # Mount the artifacts directory as /artifacts in the container + dockerRunArgs: | + --volume "${PWD}/artifacts:/artifacts" # Set an output parameter `uname` for use in subsequent steps run: | - apt-get -y install zip + apk add zip + python --version + python3 --version pip install -e .[build] EXEC_SUFFIX=${{ matrix.package-suffix }} make executable zip dist/ytdl-sub${{ matrix.package-suffix }}.zip dist/ytdl-sub${{ matrix.package-suffix }}