dark_zoul
|
07c4533cba
|
Update integration workflow to include yt-dlp installation and simplify test execution
|
2025-10-25 20:02:08 +03:00 |
|
dark_zoul
|
b64e39a95f
|
Update build-docker-image job dependencies to include release
|
2025-10-19 22:51:37 +03:00 |
|
dark_zoul
|
fc72bc161c
|
Remove build-docker-image dependency from release job
|
2025-10-19 21:02:35 +03:00 |
|
dark_zoul
|
6a0c5bd120
|
Refactor Docker image build process: streamline steps by removing tar save/load and directly pushing images to the registry
|
2025-10-19 21:01:56 +03:00 |
|
dark_zoul
|
eb7c059155
|
Add configuration and ytplaylist directory to Windows and Linux package distributions
|
2025-10-19 20:40:54 +03:00 |
|
dark_zoul
|
6f6d0ecf85
|
Fix Docker image artifact handling: standardize tar file naming and paths
|
2025-10-17 11:31:32 +03:00 |
|
dark_zoul
|
1e710f7ea7
|
Refactor Docker image handling: save and upload images with distinct tags, update artifact paths
|
2025-10-17 11:23:13 +03:00 |
|
dark_zoul
|
099d4d9740
|
Fix release workflow: add checkout step to build docker image as latest
|
2025-10-16 23:07:21 +03:00 |
|
dark_zoul
|
68cf583d5c
|
Fix Docker image loading step: update path to the tar file for correct loading
|
2025-10-16 23:00:49 +03:00 |
|
dark_zoul
|
946e8d3d99
|
Fix Docker image loading step: update path to the tar file for correct loading
|
2025-10-16 22:54:56 +03:00 |
|
dark_zoul
|
3c8b5aad0b
|
add Docker image artifact upload step
|
2025-10-16 22:36:46 +03:00 |
|
dark_zoul
|
341f7a7eae
|
Fix Docker image save and load steps: update image reference and correct step naming
|
2025-10-16 22:27:24 +03:00 |
|
dark_zoul
|
85f3ea528e
|
Fix Docker image build workflow: add missing checkout step for consistency
|
2025-10-16 22:18:03 +03:00 |
|
dark_zoul
|
637989eb9f
|
Refactor Docker image build workflow: add dependency on build-linux-package and update artifact naming for clarity
|
2025-10-16 22:08:54 +03:00 |
|
dark_zoul
|
0197d2303e
|
Fix artifact download and extraction steps to correctly reference the TAG variable
|
2025-10-16 22:05:58 +03:00 |
|
dark_zoul
|
9a3877c8dd
|
Refactor Docker image build workflow: remove redundant checkout step and update artifact naming
|
2025-10-16 22:03:09 +03:00 |
|
dark_zoul
|
0297fd750e
|
Refactor Docker image build workflow:do it as a job in the release.yml
|
2025-10-16 21:58:21 +03:00 |
|
dark_zoul
|
1cf4544b82
|
Refactor Dockerfile to use alpine base image and streamline dependencies; update workflows to handle artifact downloads and extraction
|
2025-10-16 21:37:38 +03:00 |
|
dark_zoul
|
c7805ee619
|
Update release workflow: remove pip update (redundant)
|
2025-10-15 11:39:37 +03:00 |
|
dark_zoul
|
a56e607548
|
Add draft option to release publishing step in workflow
|
2025-10-15 11:38:15 +03:00 |
|
dark_zoul
|
43ae593904
|
Remove Python setup steps from Windows and Linux package workflows
|
2025-10-15 11:21:56 +03:00 |
|
dark_zoul
|
105c19f1ce
|
Update artifact download action to christopherhx/gitea-download-artifact@v4
|
2025-10-15 11:16:49 +03:00 |
|
dark_zoul
|
68570b271f
|
switch artifact upload action to christopherhx/gitea-upload-artifact@v4
|
2025-10-15 11:09:03 +03:00 |
|
dark_zoul
|
a02b167377
|
Refactor release in workflow: use artifacts action for Windows and Linux, and update release publishing to release packages simultaneously.
|
2025-10-15 10:58:08 +03:00 |
|
dark_zoul
|
57ba6b51f4
|
Refactor Linux package workflow: remove aria2c build steps and update dependencies
|
2025-10-14 12:24:05 +03:00 |
|
dark_zoul
|
d3a8b06643
|
Update installation dependencies in Linux release workflow to include autopoint
|
2025-10-14 11:59:06 +03:00 |
|
dark_zoul
|
f3fff72702
|
Update installation dependencies in release workflow to include autoconf and automake
|
2025-10-14 11:54:58 +03:00 |
|
dark_zoul
|
6914a4aba8
|
Remove configuration file copy from Windows and Linux package workflows
|
2025-10-14 11:49:04 +03:00 |
|
dark_zoul
|
22bfd67e56
|
Merge branch 'main' of https://git.darkzoul.org/dark_zoul/YouTube-Playlist-Downloader
|
2025-10-14 10:02:07 +03:00 |
|
dark_zoul
|
daac87b16c
|
Enhance download functionality by adding video download mode and max video quality options
|
2025-10-14 09:54:12 +03:00 |
|
dark_zoul
|
88e442bfe1
|
Refactor Linux package preparation to simplify dependency installation and speed up aria2c build process
|
2025-10-13 20:09:27 +03:00 |
|
dark_zoul
|
8f94d9b66e
|
Add tag extraction step for Linux package and update upload process to use extracted tag
|
2025-10-13 19:41:58 +03:00 |
|
dark_zoul
|
f0237288ab
|
Refactor Windows package preparation to streamline tag extraction and zip file creation, improving environment variable usage.
|
2025-10-13 19:39:05 +03:00 |
|
dark_zoul
|
6d2a7ba44a
|
Add tag extraction step and update Windows package upload to use extracted tag
|
2025-10-13 17:44:02 +03:00 |
|
dark_zoul
|
49edcad9ca
|
Refactor Windows and Linux package preparation to use WORKSPACE_ROOT variable for improved clarity and consistency in file operations
|
2025-10-13 17:14:17 +03:00 |
|
dark_zoul
|
66ca2a8abc
|
Refactor Windows and Linux package upload steps to remove workspace variable from file paths and improve directory handling
|
2025-10-13 17:02:07 +03:00 |
|
dark_zoul
|
1907730123
|
Refactor release workflow to consistently use gitea.ref_name for zip file naming and improve workspace variable handling
|
2025-10-13 16:36:27 +03:00 |
|
dark_zoul
|
2f1d92b31e
|
Refactor Windows and Linux package preparation to consistently use GITEA_WORKSPACE:-$PWD variable for file operations and update zip file naming to use GITEA_REF_NAME.
|
2025-10-13 16:17:01 +03:00 |
|
dark_zoul
|
79c3742528
|
Remove determine-next-tag job and update package upload steps to use CI_COMMIT_TAG for versioning
|
2025-10-13 15:54:48 +03:00 |
|
dark_zoul
|
fce9b8cdd1
|
Comment out push trigger for main branch in release workflow
|
2025-10-13 14:56:41 +03:00 |
|
dark_zoul
|
28fbbe544e
|
Remove debug information for workspace from Windows package preparation
Add workflow launch on release
|
2025-10-13 14:52:52 +03:00 |
|
dark_zoul
|
c8c8a5b2e9
|
Refactor Windows and Linux package preparation to use WORKSPACE variable for file operations
|
2025-10-13 14:08:13 +03:00 |
|
dark_zoul
|
4c7f16c9ff
|
Add debug information to show workspace and environment variables in the workflow
|
2025-10-13 14:02:56 +03:00 |
|
dark_zoul
|
dc447c4868
|
Refactor Windows and Linux package preparation to use absolute paths for file operations
|
2025-10-13 13:57:39 +03:00 |
|
dark_zoul
|
cf7cf0fd9e
|
Add build step for static aria2c binary in Linux package workflow
|
2025-10-13 11:44:27 +03:00 |
|
dark_zoul
|
5fbfa8f62d
|
Fix path for aria2c binary copy in Linux package preparation
|
2025-10-13 11:37:29 +03:00 |
|
dark_zoul
|
e69faf4081
|
Fix Linux package workflow to ensure proper preparation and upload of release files
|
2025-10-13 11:31:49 +03:00 |
|
dark_zoul
|
f10bddf54e
|
Refactor Linux package workflow to build and copy aria2c binary during preparation
|
2025-10-13 11:23:52 +03:00 |
|
dark_zoul
|
5f1b469273
|
Create directory for Linux binaries before copying files
|
2025-10-13 10:59:41 +03:00 |
|
dark_zoul
|
e94fcbdb32
|
Fix Linux package build process by ensuring aria2c binary is copied to the correct directory
|
2025-10-13 10:52:17 +03:00 |
|