2023-07-16 02:59:30

This commit is contained in:
z17CX 2023-07-16 02:59:30 +00:00
parent e1509dfce9
commit 162b582ed6
Signed by: z17cx
GPG Key ID: 3F5F87C84EE943E4
1 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: "Build"
steps:
- uses: pkgstore/github-action-build-deb@main
- uses: ghastore/debian-build@main
with:
git_repo_src: "https://github.com/${{ github.repository }}.git"
git_repo_dst: "https://github.com/REPO_PKG_NAME.git"
@ -77,7 +77,3 @@ jobs:
- `REPO_PKG_NAME` - repository with Debian source packages.
- `PKG_NAME` - package name.
## Example
- [ext-zsh](https://github.com/pkgstore/linux-deb-ext-zsh)