mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 20:43:59 +03:00
Update release workflow tag pattern and install dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build Release Packages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
package:
|
package:
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y unzip zip build-essential pkg-config libssl-dev \
|
sudo apt-get install -y unzip zip build-essential pkg-config libssl-dev \
|
||||||
libxml2-dev zlib1g-dev libsqlite3-dev autoconf automake libtool wget
|
libxml2-dev zlib1g-dev libsqlite3-dev autoconf automake libtool wget gettext
|
||||||
|
|
||||||
# ---------------- Windows Package ----------------
|
# ---------------- Windows Package ----------------
|
||||||
- name: Prepare Windows package
|
- name: Prepare Windows package
|
||||||
|
|||||||
Reference in New Issue
Block a user