parent
ec21ffee90
commit
2b09a9410f
1 changed files with 43 additions and 39 deletions
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
|
|
@ -63,8 +63,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/pypa/manylinux_2_28_x86_64
|
||||
volumes:
|
||||
- /opt/builds:/opt/builds
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Write version to init file
|
||||
|
|
@ -102,7 +100,7 @@ jobs:
|
|||
ls -lh /opt/builds/
|
||||
tar --version
|
||||
zstd --version
|
||||
steps:
|
||||
|
||||
- name: Save build to cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
@ -200,6 +198,12 @@ jobs:
|
|||
- name: Inspect build directory
|
||||
run: |
|
||||
ls -lh /opt/builds
|
||||
sudo find / | grep ytdl-sub | true
|
||||
|
||||
- name: Move linux build into dir with other builds
|
||||
run: |
|
||||
sudo mv /root/opt/builds/* /opt/builds
|
||||
sudo chown -R runner:docker /opt/builds
|
||||
|
||||
- name: Create Release
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue