[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
|
name: ytdl-sub_x86_64
|
||||||
path: /opt/builds
|
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
|
- name: Inspect build directory, rename x86_64 build
|
||||||
run: |
|
run: |
|
||||||
ls -lh /opt/builds
|
ls -lh /opt/builds
|
||||||
mv /opt/builds/ytdl-sub_x86_64 /opt/builds/ytdl-sub
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|
@ -142,7 +145,7 @@ jobs:
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
/opt/builds/ytdl-sub_x86_64
|
/opt/builds/ytdl-sub
|
||||||
/opt/builds/ytdl-sub_aarch64
|
/opt/builds/ytdl-sub_aarch64
|
||||||
|
|
||||||
pypi-publish:
|
pypi-publish:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue