Update release.yml

This commit is contained in:
Kevin Kandlbinder 2022-09-05 20:05:02 +02:00 committed by GitHub
parent 1ebaee37a1
commit 6b6c3accb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Create Release Artifacts
on: on:
release: release:
types: [created] types: [published]
jobs: jobs:
releases-matrix: releases-matrix:
@ -37,4 +37,4 @@ jobs:
goarch: ${{ matrix.goarch }} goarch: ${{ matrix.goarch }}
goversion: "https://go.dev/dl/go1.17.7.linux-amd64.tar.gz" goversion: "https://go.dev/dl/go1.17.7.linux-amd64.tar.gz"
extra_files: LICENSE README.md extra_files: LICENSE README.md
build_flags: '-tags withUI' build_flags: '-tags withUI'