Skip to content

Commit

Permalink
[NET-9141] ci: skip LICENSE copy for Ent linux packages (#21060)
Browse files Browse the repository at this point in the history
ci: skip LICENSE copy for Ent linux packages
  • Loading branch information
zalimeni authored May 7, 2024
1 parent 1535844 commit 093618d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 093618d

Please sign in to comment.