ci: skip LICENSE copy for Ent linux packages

pull/21060/head
Michael Zalimeni 2024-05-07 09:50:16 -04:00
parent b5b3a63183
commit aef0e1ce82
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: |