Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

I forgor

I forgor #2

Workflow file for this run

name: Build Unstable
on:
push:
branches: ["repo"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Add Unstable to Repos
shell: bash
run: |
gh release -R pbskids-dl/pbskids-dl download unstable --pattern '*.deb'
rm ./pool/main/unstable/pbskids-dl_unstable-*_all.deb
mv pbskids-dl_debian.deb ./pool/main/unstable/pbskids-dl_unstable-$(($RANDOM))_all.deb
./generate_packages_unstable.sh
cd ./dists/unstable
./generate-release.sh > main/binary-all/Release
env:
GH_TOKEN: ${{ github.token }}