Skip to content

Commit cb7121d

Browse files
committed
remove export
1 parent e2812bb commit cb7121d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ jobs:
187187
- name: Upload DEB to apt repository
188188
if: matrix.build == 'linux'
189189
run: |
190-
export PATH="/srv/github/defguard/.local/share/gem/ruby/3.3.0/bin:$PATH"
191190
COMPONENT=$([[ "${{ github.ref_name }}" == *"-"* ]] && echo "pre-release" || echo "release") # if tag contain "-" assume it's pre-release.
192191
193192
deb-s3 upload -l --bucket=apt.defguard.net --access-key-id=${{ secrets.AWS_ACCESS_KEY_APT }} --secret-access-key=${{ secrets.AWS_SECRET_KEY_APT }} --s3-region=eu-north-1 --no-fail-if-exists --codename=trixie --component="$COMPONENT" defguard-proxy-${{ env.VERSION }}-${{ matrix.target }}.deb

0 commit comments

Comments
 (0)