Revert "Actions: Move all Linux packaging into subdir (#7332)" (#7334)

This reverts commit f3ff80963a.
This commit is contained in:
Austin
2025-07-13 20:54:52 -04:00
committed by GitHub
co-authored by GitHub
parent f3ff80963a
commit 29cca4d621
11 changed files with 31 additions and 32 deletions
+9 -9
View File
@@ -9,11 +9,11 @@ on:
paths:
- debian/**
- "*.rpkg"
- .github/workflows/daily_packaging.yml
- .github/workflows/linux_packaging/debian_src.yml
- .github/workflows/linux_packaging/ppa.yml
- .github/workflows/linux_packaging/obs.yml
- .github/workflows/linux_packaging/copr.yml
- .github/workflows/nightly_packaging.yml
- .github/workflows/build_debian_src.yml
- .github/workflows/package_ppa.yml
- .github/workflows/package_obs.yml
- .github/workflows/hook_copr.yml
permissions:
contents: write
@@ -21,7 +21,7 @@ permissions:
jobs:
docker-multiarch:
uses: ./.github/workflows/linux_packaging/docker_manifest.yml
uses: ./.github/workflows/docker_manifest.yml
with:
release_channel: daily
secrets: inherit
@@ -35,21 +35,21 @@ jobs:
- noble # 24.04
- plucky # 25.04
- questing # 25.10
uses: ./.github/workflows/linux_packaging/ppa.yml
uses: ./.github/workflows/package_ppa.yml
with:
ppa_repo: ppa:meshtastic/daily
series: ${{ matrix.series }}
secrets: inherit
package-obs:
uses: ./.github/workflows/linux_packaging/obs.yml
uses: ./.github/workflows/package_obs.yml
with:
obs_project: network:Meshtastic:daily
series: unstable
secrets: inherit
hook-copr:
uses: ./.github/workflows/linux_packaging/copr.yml
uses: ./.github/workflows/hook_copr.yml
with:
copr_project: daily
secrets: inherit