Skip to content

Commit 968b3b2

Browse files
committed
Added ruby to path
1 parent dd9e28a commit 968b3b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ jobs:
177177
asset_name: defguard-proxy-${{ env.VERSION }}-${{ matrix.target }}.deb
178178
asset_content_type: application/octet-stream
179179

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+
180187
- name: Upload DEB to apt repository
181188
if: matrix.build == 'linux'
182189
run: |

0 commit comments

Comments
 (0)