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

Commit

Permalink
Test unstable 1
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusSfan authored Jul 27, 2024
1 parent 6bcba6d commit 4885d72
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

0 comments on commit 4885d72

Please sign in to comment.