packaging: Add EULA

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2020-09-21 16:15:59 +02:00 committed by Guillaume Tardif
parent c549d85505
commit 2aea82a7c6
5 changed files with 17 additions and 2 deletions

View file

@ -25,10 +25,10 @@ jobs:
${{ runner.os }}-go-
- name: Build
run: make -f builder.Makefile cross
run: make -f builder.Makefile package
- uses: ncipollo/release-action@v1
with:
artifacts: "bin/*"
artifacts: "dist/*"
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}