mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Update release workflow tag pattern and install dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build Release Packages
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
package:
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
pip install --upgrade pip
|
||||
sudo apt-get update
|
||||
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 ----------------
|
||||
- name: Prepare Windows package
|
||||
|
||||
Reference in New Issue
Block a user