1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Fix Linux package workflow to ensure proper preparation and upload of release files

This commit is contained in:
2025-10-13 11:31:49 +03:00
parent f10bddf54e
commit e69faf4081
+2 -2
View File
@@ -151,8 +151,8 @@ jobs:
./configure ARIA2_STATIC=yes --with-openssl
make -j$(nproc)
cp src/aria2c dist/linux/bin/aria2c
chmod +x dist/linux/bin/aria2c
cp src/aria2c ../../../bin/aria2c
chmod +x ../../../bin/aria2c
# Remove temp files and downloaded archives before zipping
rm -rf dist/linux/ffmpeg_temp dist/linux/aria2c_build dist/linux/ffmpeg.tar.xz dist/linux/aria2c_build/aria2-1.37.0.tar.gz