[RELEASE] Include x86_64 build
This commit is contained in:
parent
12c6471753
commit
0b8e3e7018
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -125,10 +125,13 @@ jobs:
|
|||
name: ytdl-sub_x86_64
|
||||
path: /opt/builds
|
||||
|
||||
- name: Rename x86_64 build
|
||||
run: |
|
||||
mv /opt/builds/ytdl-sub_x86_64 /opt/builds/ytdl-sub
|
||||
|
||||
- name: Inspect build directory, rename x86_64 build
|
||||
run: |
|
||||
ls -lh /opt/builds
|
||||
mv /opt/builds/ytdl-sub_x86_64 /opt/builds/ytdl-sub
|
||||
|
||||
- name: Create Release
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
|
@ -142,7 +145,7 @@ jobs:
|
|||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
/opt/builds/ytdl-sub_x86_64
|
||||
/opt/builds/ytdl-sub
|
||||
/opt/builds/ytdl-sub_aarch64
|
||||
|
||||
pypi-publish:
|
||||
|
|
|
|||
Loading…
Reference in a new issue