Skip to content

Commit

Permalink
removed classicquality, added abgoodiies, abconfig, youmute
Browse files Browse the repository at this point in the history
  • Loading branch information
dfols committed Oct 2, 2024
1 parent 6d5516f commit 8c380c3
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions .github/workflows/ytp_tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,20 @@ jobs:
cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git
- name: Clone YTClassicVideoQuality
- name: Clone YouMute
run: |
cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/YTClassicVideoQuality.git
git clone --quiet --depth=1 https://github.com/PoomSmart/YouMute.git
- name: Clone YTABGoodies
run: |
cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/YTABGoodies.git
- name: Clone YTABConfig
run: |
cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/YTABConfig.git
- name: Clone YouQuality
run: |
Expand Down Expand Up @@ -188,11 +198,27 @@ jobs:
env:
THEOS: ${{ github.workspace }}/theos

- name: Build YTClassicVideoQuality
- name: Build YouMute
run: |
cd ${{ github.workspace }}/YouMute
make clean package DEBUG=0 FINALPACKAGE=1
mv packages/*.deb ${{ github.workspace }}/youmute.deb
env:
THEOS: ${{ github.workspace }}/theos

- name: Build YTABGoodies
run: |
cd ${{ github.workspace }}/YTABGoodies
make clean package DEBUG=0 FINALPACKAGE=1
mv packages/*.deb ${{ github.workspace }}/ytabgoodies.deb
env:
THEOS: ${{ github.workspace }}/theos

- name: Build YTABConfig
run: |
cd ${{ github.workspace }}/YTClassicVideoQuality
cd ${{ github.workspace }}/YTABConfig
make clean package DEBUG=0 FINALPACKAGE=1
mv packages/*.deb ${{ github.workspace }}/ytclassicvideoquality.deb
mv packages/*.deb ${{ github.workspace }}/ytabconfig.deb
env:
THEOS: ${{ github.workspace }}/theos

Expand All @@ -216,7 +242,9 @@ jobs:
${{ github.workspace }}/ryd.deb \
${{ github.workspace }}/donteatmycontent.deb \
${{ github.workspace }}/ytvideooverlay.deb \
${{ github.workspace }}/ytclassicvideoquality.deb \
${{ github.workspace }}/youmute.deb \
${{ github.workspace }}/ytabgoodies.deb \
${{ github.workspace }}/ytabconfig.deb \
${{ github.workspace }}/youquality.deb
- name: Upload to GitHub Releases
Expand Down

0 comments on commit 8c380c3

Please sign in to comment.