Skip to content

Commit 597a8b2

Browse files
committed
discontinue linux builds
1 parent 5660091 commit 597a8b2

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@ env:
1212
QT_QPA_PLATFORM: offscreen
1313

1414
jobs:
15-
build-linux:
16-
runs-on: ubuntu-20.04
17-
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v4
20-
with:
21-
python-version: "3.10"
22-
- name: Install dependencies
23-
run: |
24-
pip install -r requirements.txt
25-
sudo apt-get update -y
26-
sudo apt-get install -y libegl1-mesa libegl1-mesa-dev '^libxcb.*-dev' libx11-xcb-dev \
27-
libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
28-
- name: Build application
29-
working-directory: ./app
30-
run: |
31-
pyinstaller --name=yt-dlp-gui --clean -y app.py
32-
zip -r yt-dlp-gui-linux64.zip dist/*
33-
- uses: actions/upload-artifact@v2
34-
with:
35-
name: yt-dlp-gui-linux
36-
path: ./app/yt-dlp-gui-linux64.zip
37-
3815
build-windows:
3916
name: build-windows
4017
runs-on: windows-latest
@@ -60,15 +37,9 @@ jobs:
6037
name: github-release
6138
runs-on: ubuntu-latest
6239
needs:
63-
- build-linux
6440
- build-windows
6541
steps:
6642
- uses: actions/checkout@v3
67-
- name: Restore linux build
68-
uses: actions/download-artifact@v3
69-
with:
70-
name: yt-dlp-gui-linux
71-
path: /opt/builds
7243

7344
- name: Restore windows build
7445
uses: actions/download-artifact@v3
@@ -88,5 +59,4 @@ jobs:
8859
draft: false
8960
prerelease: false
9061
files: |
91-
/opt/builds/yt-dlp-gui-linux64.zip
9262
/opt/builds/yt-dlp-gui-win64.zip

app/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "25.05.2023"
1+
__version__ = "28.06.2023"

0 commit comments

Comments
 (0)