chore(ci): migrate to TecharoHQ/yeet (#323)

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-04-22 08:21:37 -04:00 committed by GitHub
parent 3f1ce2d7ac
commit ac5a4bf58d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -64,8 +64,9 @@ jobs:
- name: Build Packages - name: Build Packages
run: | run: |
wget https://github.com/Xe/x/releases/download/v1.13.4/yeet_1.13.4_amd64.deb -O var/yeet.deb wget https://github.com/TecharoHQ/yeet/releases/download/v0.1.1/yeet_0.1.1_amd64.deb -O var/yeet.deb
sudo apt -y install -f ./var/yeet.deb sudo apt -y install -f ./var/yeet.deb
rm ./var/yeet.deb
yeet yeet
- name: Upload released artifacts - name: Upload released artifacts

View File

@ -66,8 +66,9 @@ jobs:
- name: Build Packages - name: Build Packages
run: | run: |
wget https://github.com/Xe/x/releases/download/v1.13.4/yeet_1.13.4_amd64.deb -O var/yeet.deb wget https://github.com/TecharoHQ/yeet/releases/download/v0.1.1/yeet_0.1.1_amd64.deb -O var/yeet.deb
sudo apt -y install -f ./var/yeet.deb sudo apt -y install -f ./var/yeet.deb
rm ./var/yeet.deb
yeet yeet
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2