From 0f3c47f7779620de14825bd6577a9010ff9e803d Mon Sep 17 00:00:00 2001 From: Alex Norman Date: Fri, 5 Apr 2024 15:50:15 -0700 Subject: [PATCH] we're targeting bullseye these days --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 861f8b11..8ec0cca3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,6 @@ jobs: - name: Add to aptly and publish shell: bash run: | - aptly repo add buster-rpi *.deb - aptly publish update -batch -passphrase=${{ secrets.APTLY_GPG_PASSWORD }} buster s3:c74: + aptly repo add bullseye-rpi *.deb + aptly publish update -batch -passphrase=${{ secrets.APTLY_GPG_PASSWORD }} bullseye s3:c74: