mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
ci: improve aptly repo layout
use the new -multi-dist option to combine all distributions into one publish point: deb http://repo.aptly.info/ci bookworm main or: deb http://repo.aptly.info/release bookworm main for the following distributions: buster, bullseye, bookworm, focal, jammy
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -165,7 +165,7 @@ jobs:
|
||||
APTLY_USER: ${{ secrets.APTLY_USER }}
|
||||
APTLY_PASSWORD: ${{ secrets.APTLY_PASSWORD }}
|
||||
run: |
|
||||
./upload-artifacts.sh nightly ${{ matrix.suite }}
|
||||
./upload-artifacts.sh ci ${{ matrix.suite }}
|
||||
|
||||
- name: "Publish release to aptly"
|
||||
if: startsWith(github.event.ref, 'refs/tags')
|
||||
|
||||
Reference in New Issue
Block a user