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: