[NET-9141] ci: skip LICENSE copy for Ent linux packages (#21060)

ci: skip LICENSE copy for Ent linux packages
This commit is contained in:
Michael Zalimeni 2024-05-07 12:02:02 -04:00 committed by GitHub
parent 1535844c62
commit 093618d923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ jobs:
go build -ldflags="$GOLDFLAGS" -o "$BIN_PATH" -trimpath -buildvcs=false
- name: Copy license file
if: ${{ !endsWith(github.repository, '-enterprise') }}
env:
LICENSE_DIR: ".release/linux/package/usr/share/doc/${{ env.PKG_NAME }}"
run: |