Skip to content

Commit

Permalink
we're targeting bullseye these days
Browse files Browse the repository at this point in the history
  • Loading branch information
x37v committed Apr 5, 2024
1 parent 192178d commit 0f3c47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 0f3c47f

Please sign in to comment.