We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9e28a commit 968b3b2Copy full SHA for 968b3b2
1 file changed
.github/workflows/release.yml
@@ -177,6 +177,13 @@ jobs:
177
asset_name: defguard-proxy-${{ env.VERSION }}-${{ matrix.target }}.deb
178
asset_content_type: application/octet-stream
179
180
+ - name: Install ruby with deb-s3
181
+ if: matrix.build == 'linux'
182
+ run: |
183
+ sudo apt-get install -y ruby
184
+ gem install deb-s3
185
+ echo "$(ruby -r rubygems -e 'puts Gem.user_dir')/bin" >> $GITHUB_PATH
186
+
187
- name: Upload DEB to apt repository
188
if: matrix.build == 'linux'
189
run: |
0 commit comments