We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2812bb commit cb7121dCopy full SHA for cb7121d
1 file changed
.github/workflows/release.yml
@@ -187,7 +187,6 @@ jobs:
187
- name: Upload DEB to apt repository
188
if: matrix.build == 'linux'
189
run: |
190
- export PATH="/srv/github/defguard/.local/share/gem/ruby/3.3.0/bin:$PATH"
191
COMPONENT=$([[ "${{ github.ref_name }}" == *"-"* ]] && echo "pre-release" || echo "release") # if tag contain "-" assume it's pre-release.
192
193
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