Skip to content

Commit 1aed526

Browse files
committed
upgraded deb-s3 due to Ubuntu 24.04 runner woes
1 parent e6bf438 commit 1aed526

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/generate-deb.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ jobs:
6161
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
6262
passphrase: ${{ secrets.GPG_PASSPHRASE }}
6363

64+
# Upgraded to 0.11.8 dec/13/24, was 0.11.3 previously
6465
- name: Install deb-s3
6566
run: |
66-
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.3/deb-s3-0.11.3.gem
67-
sudo gem install deb-s3-0.11.3.gem
67+
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.8/deb-s3-0.11.8.gem
68+
sudo gem install deb-s3-0.11.8.gem
6869
6970
- name: Generate .deb packages
7071
run: ${{ inputs.command }}

0 commit comments

Comments
 (0)